From ca94a506b9ad0ea5add73a095a4813d638866b50 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 28 Sep 2023 07:00:47 +0000 Subject: [PATCH] Update scipy requirement from ~=1.11.2 to ~=1.11.3 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.3) --- 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..3641c89 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.3 voila-osscar-template~=0.3.2 Cython~=3.0.2 sympy~=1.12