From b81642199e5fdee300ae8ea13439bee379eed521 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 6 Jul 2023 21:23:48 +0000 Subject: [PATCH] Bump scipy from 1.1.0 to 1.10.0 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] --- requirements.txt | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index 8043903..b64e935 100644 --- a/requirements.txt +++ b/requirements.txt @@ -5,7 +5,7 @@ matplotlib == 2.1.2 numpy == 1.16.0 pandas == 0.23.0 pathos == 0.2.2 -scipy == 1.1.0 +scipy == 1.10.0 scikit-learn == 0.24.1 tqdm == 4.23.2 tslearn == 0.5.0.5 diff --git a/setup.py b/setup.py index c5af2ac..a6d412d 100644 --- a/setup.py +++ b/setup.py @@ -17,7 +17,7 @@ 'numpy==1.16.0', 'pandas==0.22.0', 'pathos==0.2.2', - 'scipy==1.1.0', + 'scipy==1.10.0', 'sklearn==0.0', 'tqdm==4.23.2', 'tslearn==0.1.27',