From ed351f4c78fb621b0e745b804983f598e5086b81 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 22 Jun 2022 02:44:10 +0000 Subject: [PATCH] Bump numpy from 1.15.4 to 1.22.0 Bumps [numpy](https://github.com/numpy/numpy) from 1.15.4 to 1.22.0. - [Release notes](https://github.com/numpy/numpy/releases) - [Changelog](https://github.com/numpy/numpy/blob/main/doc/HOWTO_RELEASE.rst) - [Commits](https://github.com/numpy/numpy/compare/v1.15.4...v1.22.0) --- updated-dependencies: - dependency-name: numpy dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Data/python_requirements_deltaSHAPE.txt | 2 +- python_requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Data/python_requirements_deltaSHAPE.txt b/Data/python_requirements_deltaSHAPE.txt index 5d220f0..199d416 100644 --- a/Data/python_requirements_deltaSHAPE.txt +++ b/Data/python_requirements_deltaSHAPE.txt @@ -1,3 +1,3 @@ matplotlib -numpy==1.15.4 +numpy==1.22.0 scipy==1.1.0 diff --git a/python_requirements.txt b/python_requirements.txt index a668bd1..688717a 100644 --- a/python_requirements.txt +++ b/python_requirements.txt @@ -105,7 +105,7 @@ nltk==3.4.5 nose==1.3.7 notebook==6.1.5 numexpr==2.6.8 -numpy==1.15.4 +numpy==1.22.0 numpydoc==0.8.0 odo==0.5.1 olefile==0.46