From f62fcc9ef0bc8977e62c0962db21bf5ec11044f0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 4 Jan 2023 06:08:37 +0000 Subject: [PATCH] Update scipy requirement from ~=1.9.3 to ~=1.10.0 Updates the requirements on [scipy](https://github.com/scipy/scipy) to permit the latest version. - [Release notes](https://github.com/scipy/scipy/releases) - [Commits](https://github.com/scipy/scipy/compare/v1.9.3...v1.10.0) --- updated-dependencies: - dependency-name: scipy dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 2678131..3c4da52 100644 --- a/requirements.txt +++ b/requirements.txt @@ -3,7 +3,7 @@ voila~=0.3.6 matplotlib~=3.6.2 numpy~=1.23.5 ipympl~=0.8.8 -scipy~=1.9.3 +scipy~=1.10.0 voila-osscar-template~=0.3.2 Cython~=0.29.32 sympy~=1.11.1