From d4a34972475fcd1d3130df7df771738fa34e1841 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 12 Jan 2026 09:10:42 +0000 Subject: [PATCH] build(deps): update scipy requirement from <=1.16.3 to <=1.17.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/v0.1.0...v1.17.0) --- updated-dependencies: - dependency-name: scipy dependency-version: 1.17.0 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 aa2d875..c35d61a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -38,7 +38,7 @@ classifiers = [ ] dependencies = [ "numpy>=1.21,<3.0.0", - "scipy<=1.16.3", + "scipy<=1.17.0", "scikit-image<=0.26.0", "torch>=2.5,<=2.9.1", "torchmetrics<=1.8.2",