From ed2efb44d8957a6eec282b48a9eddca80b532885 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 6 Jul 2023 21:17:09 +0000 Subject: [PATCH] Bump scipy from 0.19.1 to 1.10.0 Bumps [scipy](https://github.com/scipy/scipy) from 0.19.1 to 1.10.0. - [Release notes](https://github.com/scipy/scipy/releases) - [Commits](https://github.com/scipy/scipy/compare/v0.19.1...v1.10.0) --- updated-dependencies: - dependency-name: scipy dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- python2_requirements.txt | 2 +- python3_requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/python2_requirements.txt b/python2_requirements.txt index 7b36755..9ebd10b 100644 --- a/python2_requirements.txt +++ b/python2_requirements.txt @@ -1,4 +1,4 @@ python==2.7.13 numpy==1.13.1 -scipy==0.19.1 +scipy==1.10.0 pandas==0.20.3 diff --git a/python3_requirements.txt b/python3_requirements.txt index 7a40eb0..5f54974 100644 --- a/python3_requirements.txt +++ b/python3_requirements.txt @@ -1,4 +1,4 @@ python==3.6 numpy==1.13.1 -scipy==0.19.1 +scipy==1.10.0 pandas==0.20.3