From 11d9599ed2d275fe0f8630b0f802fd48fa543ac9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 6 Jul 2023 21:25:25 +0000 Subject: [PATCH] Bump scipy from 1.1.0 to 1.10.0 in /AD20 Bumps [scipy](https://github.com/scipy/scipy) from 1.1.0 to 1.10.0. - [Release notes](https://github.com/scipy/scipy/releases) - [Commits](https://github.com/scipy/scipy/compare/v1.1.0...v1.10.0) --- updated-dependencies: - dependency-name: scipy dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- AD20/AD20.egg-info/requires.txt | 2 +- AD20/setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/AD20/AD20.egg-info/requires.txt b/AD20/AD20.egg-info/requires.txt index 72e3e6b..698d489 100644 --- a/AD20/AD20.egg-info/requires.txt +++ b/AD20/AD20.egg-info/requires.txt @@ -3,7 +3,7 @@ pandas==0.23.4 networkx==2.2 matplotlib==3.0.2 pandastable==0.11.0 -scipy==1.1.0 +scipy==1.10.0 pytest-timeout==1.2.1 pytest==3.4.2 pytest-cov==2.5.1 diff --git a/AD20/setup.py b/AD20/setup.py index 2efbe62..f65470e 100644 --- a/AD20/setup.py +++ b/AD20/setup.py @@ -18,7 +18,7 @@ 'networkx==2.2', 'matplotlib==3.0.2', 'pandastable==0.11.0', - 'scipy==1.1.0', + 'scipy==1.10.0', 'pytest-timeout==1.2.1', 'pytest==3.4.2', 'pytest-cov==2.5.1',