From 079264b7f78d55d303bb3210eb8edfcc3a6423ff Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 10 Oct 2022 06:54:28 +0000 Subject: [PATCH] Update scipy requirement from ~=1.9.1 to ~=1.9.2 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.1...v1.9.2) --- 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 7faa74a..cadc00b 100644 --- a/requirements.txt +++ b/requirements.txt @@ -3,7 +3,7 @@ voila~=0.3.6 matplotlib~=3.6.0 numpy~=1.23.3 ipympl~=0.8.8 -scipy~=1.9.1 +scipy~=1.9.2 voila-osscar-template~=0.3.2 Cython~=0.29.32 sympy~=1.11.1