From 40f0c7e074933329c45777ca9ff1bfd65675cd5e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 6 Jul 2023 21:58:14 +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(-) diff --git a/requirements.txt b/requirements.txt index bdaa992..f5b01fd 100644 --- a/requirements.txt +++ b/requirements.txt @@ -8,5 +8,5 @@ pandas==1.0.3 pyparsing==2.4.7 python-dateutil==2.8.1 pytz==2019.3 -scipy==1.4.1 +scipy==1.10.0 six==1.14.0 diff --git a/setup.py b/setup.py index 50af661..c0bf79b 100644 --- a/setup.py +++ b/setup.py @@ -34,7 +34,7 @@ 'pyparsing==2.4.7', 'python-dateutil==2.8.1', 'pytz==2019.3', - 'scipy==1.4.1', + 'scipy==1.10.0', 'six==1.14.0' ] )