From 47d635ea36eccb3829f0e859763c4536c1db1601 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 21 Jun 2022 21:06:57 +0000 Subject: [PATCH] Bump numpy from 1.15.1 to 1.22.0 Bumps [numpy](https://github.com/numpy/numpy) from 1.15.1 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.1...v1.22.0) --- updated-dependencies: - dependency-name: numpy dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index c003723..682650f 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,4 @@ -numpy==1.15.1 +numpy==1.22.0 scipy==1.1.0 nibabel==2.2.1 pytest-cov==2.6.0 diff --git a/setup.py b/setup.py index 896bebd..042f765 100644 --- a/setup.py +++ b/setup.py @@ -52,7 +52,7 @@ author='Ingo Marquardt', author_email='ingo.marquardt@gmx.de', license='GNU General Public License Version 3', - install_requires=['numpy==1.15.1', 'scipy==1.1.0', 'nibabel==2.2.1', + install_requires=['numpy==1.22.0', 'scipy==1.1.0', 'nibabel==2.2.1', 'pillow==8.1.1', 'cython==0.27.1', 'tensorflow==1.4.0', 'h5py==2.8.0'], # setup_requires=['numpy'],