From f87afb0ea85e126f45b34fef4e5a08378cdea282 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 Feb 2026 08:18:31 +0000 Subject: [PATCH] build(deps): update scipy requirement from <=1.17.0 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/v0.1.0...v1.17.1) --- updated-dependencies: - dependency-name: scipy dependency-version: 1.17.1 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 e3173d7..1adbfba 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -38,7 +38,7 @@ classifiers = [ ] dependencies = [ "numpy>=1.21,<3.0.0", - "scipy<=1.17.0", + "scipy<=1.17.1", "scikit-image<=0.26.0", "torch>=2.5,<=2.10.0", "torchmetrics<=1.8.2",