From 8234e90a7e96d9c2d2b9370f542517cff513a24f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 31 May 2024 06:25:40 +0000 Subject: [PATCH] Update scipy requirement from ~=1.13.0 to ~=1.13.1 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.13.0...v1.13.1) --- 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 c67692a..015fd3d 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,6 +1,6 @@ matplotlib~=3.9.0 numpy~=1.26.4 -scipy~=1.13.0 +scipy~=1.13.1 pandas~=2.2.2 sympy~=1.12 voila~=0.5.6