From 9e3285af32ec4c5232f97dc1f7472ec91ce4ed94 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 23 May 2024 09:54:22 +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] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index bd4a88731..67011ee24 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -21,7 +21,7 @@ cvxpy = "1.5.1" cvxopt = "1.3.2" more-itertools = "10.2.0" numpy = "1.26.4" -scipy = "1.13.0" +scipy = "1.13.1" scs = "3.2.4.post1" picos = "2.4.17" qiskit = "1.1.0"