From fc68e871e6e7f0f20877f1b9eb3213cf13378dfb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Jun 2026 13:45:50 +0000 Subject: [PATCH] Update scipy requirement from >=1.17.1 to >=1.18.0 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.17.1...v1.18.0) --- updated-dependencies: - dependency-name: scipy dependency-version: 1.18.0 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 cb72c73..7112118 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,4 @@ wheel>=0.47.0 pandas>=3.0.3 numpy>=2.5.0 -scipy>=1.17.1 \ No newline at end of file +scipy>=1.18.0 \ No newline at end of file