From 7ea5007828bda70f7d4c6a506664b1cc4013fbf6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 6 Jul 2023 23:05:02 +0000 Subject: [PATCH] Bump scipy from 1.7.3 to 1.10.0 Bumps [scipy](https://github.com/scipy/scipy) from 1.7.3 to 1.10.0. - [Release notes](https://github.com/scipy/scipy/releases) - [Commits](https://github.com/scipy/scipy/compare/v1.7.3...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 53d3980..ae500b9 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,6 +1,6 @@ indexed==1.2.1 pandas==1.3.5 -scipy==1.7.3 +scipy==1.10.0 numpy==1.21.6 matplotlib==3.5.2 optlang==1.5.2 diff --git a/setup.py b/setup.py index a51d542..90422dd 100644 --- a/setup.py +++ b/setup.py @@ -7,7 +7,7 @@ packages = find_packages('src'), install_requires = ["indexed==1.2.1", "pandas==1.3.5", - "scipy==1.7.3", + "scipy==1.10.0", "numpy==1.21.6", "matplotlib==3.5.2", "optlang==1.5.2",