From 7ade9ca91fdd400e1fca3e687bb28ec93a767efc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 29 Jun 2026 01:33:19 +0000 Subject: [PATCH] Update scipy requirement from >=0.19.1 to >=1.15.3 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/v0.19.1...v1.15.3) --- updated-dependencies: - dependency-name: scipy dependency-version: 1.15.3 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- dev-requirements.txt | 2 +- requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-requirements.txt b/dev-requirements.txt index 510574ef..c2bf75b8 100644 --- a/dev-requirements.txt +++ b/dev-requirements.txt @@ -1,6 +1,6 @@ numpy==2.2.4 scikit-learn==1.6.1 -scipy>=0.19.1 +scipy>=1.15.3 uvicorn==0.39.0 fastapi==0.128.8 requests==2.33.0; python_full_version >= "3.10" diff --git a/requirements.txt b/requirements.txt index e53bcceb..a5f8e08e 100644 --- a/requirements.txt +++ b/requirements.txt @@ -3,4 +3,4 @@ numpy>=1.9.0 requests>=2.33.0; python_full_version >= "3.10" requests>=2.0.0; python_full_version < "3.10" scikit-learn>=0.22.2 -scipy>=0.19.1 +scipy>=1.15.3