From 6ad8ec19bc8d9357c3da366e083d84e8f29d60b9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 6 Jul 2023 21:04:30 +0000 Subject: [PATCH] Bump scipy from 0.14.0 to 1.10.0 in /common/lib/calc Bumps [scipy](https://github.com/scipy/scipy) from 0.14.0 to 1.10.0. - [Release notes](https://github.com/scipy/scipy/releases) - [Commits](https://github.com/scipy/scipy/compare/v0.14.0...v1.10.0) --- updated-dependencies: - dependency-name: scipy dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- common/lib/calc/setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common/lib/calc/setup.py b/common/lib/calc/setup.py index d62dd9b6eb..a3628dc56a 100644 --- a/common/lib/calc/setup.py +++ b/common/lib/calc/setup.py @@ -7,6 +7,6 @@ install_requires=[ "pyparsing==2.2.0", "numpy==1.6.2", - "scipy==0.14.0", + "scipy==1.10.0", ], )