From 1234669d99fe4984ea544d576578d4b2b0deb590 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 22 Jun 2022 02:39:32 +0000 Subject: [PATCH] Bump numpy from 1.18.5 to 1.22.0 Bumps [numpy](https://github.com/numpy/numpy) from 1.18.5 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.18.5...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(-) mode change 100755 => 100644 setup.py diff --git a/requirements.txt b/requirements.txt index 373137b..a013885 100644 --- a/requirements.txt +++ b/requirements.txt @@ -6,7 +6,7 @@ nibabel==3.0.2 SimpleITK==1.2.4 tqdm==4.48.2 six==1.15.0 -numpy==1.18.5 +numpy==1.22.0 pandas==0.25.3 scipy==1.4.1 pydensecrf==1.0rc3 diff --git a/setup.py b/setup.py old mode 100755 new mode 100644 index b520c41..1bf179b --- a/setup.py +++ b/setup.py @@ -32,7 +32,7 @@ 'nibabel==3.0.2', 'SimpleITK==1.2.4', 'tqdm==4.48.2', - 'numpy==1.18.5', + 'numpy==1.22.0', 'pandas==0.25.3', 'scipy==1.4.1', 'pydensecrf==1.0rc3',