From f9974f1ac7c8dac31d57278ef3cedc955069215f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 6 May 2022 08:14:55 +0000 Subject: [PATCH] Bump numpy from 1.11.1 to 1.21.0 in /PythonCode Bumps [numpy](https://github.com/numpy/numpy) from 1.11.1 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.11.1...v1.21.0) --- updated-dependencies: - dependency-name: numpy dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- PythonCode/Python2_conda_requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/PythonCode/Python2_conda_requirements.txt b/PythonCode/Python2_conda_requirements.txt index 8b6ee65f..6d70079c 100644 --- a/PythonCode/Python2_conda_requirements.txt +++ b/PythonCode/Python2_conda_requirements.txt @@ -5,6 +5,6 @@ statsmodels==0.6.1 matplotlib==1.5.3 statsmodels==0.6.1 scikit-learn==0.18.1 -numpy==1.11.1 +numpy==1.21.0 pandas==0.19.2 scipy==0.18.1