From 7fd44b2921c93ff2b1af129a4615710ed00ebda4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 4 Mar 2022 17:47:03 +0000 Subject: [PATCH] Bump numpy Bumps [numpy](https://github.com/numpy/numpy) from 1.17.2 to 1.21.0. - [Release notes](https://github.com/numpy/numpy/releases) - [Changelog](https://github.com/numpy/numpy/blob/main/doc/HOWTO_RELEASE.rst.txt) - [Commits](https://github.com/numpy/numpy/compare/v1.17.2...v1.21.0) --- updated-dependencies: - dependency-name: numpy dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- .../analysis/Exp3/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/BehavioralExperiments/01_AI-interpret_experiments_ML21/analysis/Exp3/requirements.txt b/BehavioralExperiments/01_AI-interpret_experiments_ML21/analysis/Exp3/requirements.txt index 39780bc..450d224 100644 --- a/BehavioralExperiments/01_AI-interpret_experiments_ML21/analysis/Exp3/requirements.txt +++ b/BehavioralExperiments/01_AI-interpret_experiments_ML21/analysis/Exp3/requirements.txt @@ -10,7 +10,7 @@ Pympler==0.8 scipy==1.3.1 contexttimer==0.3.3 frozendict==1.2 -numpy==1.17.2 +numpy==1.21.0 ipython==7.11.1 keras==2.3.1 PyContracts==1.8.12