From 4fc8db330c6c6c1239147d20f545092bff3a5cf4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 22 Apr 2026 13:33:19 +0000 Subject: [PATCH] Update scipy requirement from >=1.8.1 to >=1.17.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.8.1...v1.17.1) --- updated-dependencies: - dependency-name: scipy dependency-version: 1.17.1 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 d4cb50a..fc9aaef 100644 --- a/requirements.txt +++ b/requirements.txt @@ -4,5 +4,5 @@ numpy>=1.22.4 urllib3>=1.26.9 matplotlib>=3.5.2 scikit-learn>=1.1.1 -scipy>=1.8.1 +scipy>=1.17.1 requests>=2.28.0