From cb124f1d5c58a891caa58d06ab3fa39fa82b06fd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 6 Jul 2023 21:55:19 +0000 Subject: [PATCH] Bump scipy from 1.4.1 to 1.10.0 Bumps [scipy](https://github.com/scipy/scipy) from 1.4.1 to 1.10.0. - [Release notes](https://github.com/scipy/scipy/releases) - [Commits](https://github.com/scipy/scipy/compare/v1.4.1...v1.10.0) --- updated-dependencies: - dependency-name: scipy 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..81039af 100644 --- a/requirements.txt +++ b/requirements.txt @@ -8,7 +8,7 @@ tqdm==4.48.2 six==1.15.0 numpy==1.18.5 pandas==0.25.3 -scipy==1.4.1 +scipy==1.10.0 pydensecrf==1.0rc3 pyradiomics==3.0 scikit-image==0.15.0 diff --git a/setup.py b/setup.py old mode 100755 new mode 100644 index b520c41..4d15572 --- a/setup.py +++ b/setup.py @@ -34,7 +34,7 @@ 'tqdm==4.48.2', 'numpy==1.18.5', 'pandas==0.25.3', - 'scipy==1.4.1', + 'scipy==1.10.0', 'pydensecrf==1.0rc3', 'pyradiomics==3.0', 'scikit-image==0.15',