From a6417e5351a2cb62b17eed5024815ec55ee3cf3c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 6 Jul 2023 21:08:02 +0000 Subject: [PATCH] Bump scipy from 0.17.1 to 1.10.0 in /setup Bumps [scipy](https://github.com/scipy/scipy) from 0.17.1 to 1.10.0. - [Release notes](https://github.com/scipy/scipy/releases) - [Commits](https://github.com/scipy/scipy/compare/v0.17.1...v1.10.0) --- updated-dependencies: - dependency-name: scipy dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- setup/requirements_2.7.txt | 2 +- setup/requirements_3.5.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/setup/requirements_2.7.txt b/setup/requirements_2.7.txt index 3525ade..56b4052 100644 --- a/setup/requirements_2.7.txt +++ b/setup/requirements_2.7.txt @@ -1,6 +1,6 @@ numpy==1.11.1 pandas==0.18.1 -scipy==0.17.1 +scipy==1.10.0 PyYAML==5.4 h5py==2.6.0 scikit-image==0.12.3 diff --git a/setup/requirements_3.5.txt b/setup/requirements_3.5.txt index a91e937..3863f5c 100644 --- a/setup/requirements_3.5.txt +++ b/setup/requirements_3.5.txt @@ -1,6 +1,6 @@ numpy==1.15.1 pandas==0.18.1 -scipy==0.18.1 +scipy==1.10.0 PyYAML==5.4 h5py==2.6.0 python-dateutil==2.5.3