From 91130d64c49ca726d4695c97376327ebfca60d65 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 Nov 2023 06:32:07 +0000 Subject: [PATCH] Update scipy requirement from ~=1.11.2 to ~=1.11.4 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.11.2...v1.11.4) --- 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 b718dc3..572d12d 100644 --- a/requirements.txt +++ b/requirements.txt @@ -3,7 +3,7 @@ voila~=0.3.6 matplotlib~=3.6.3 numpy~=1.26.0 ipympl~=0.8.8 -scipy~=1.11.2 +scipy~=1.11.4 voila-osscar-template~=0.3.2 Cython~=3.0.2 sympy~=1.12