From c4baf36fe6ad67703e2618380027dcbe18aba715 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Dec 2025 08:22:24 +0000 Subject: [PATCH] build(deps): update scikit-image requirement from <=0.25.2 to <=0.26.0 Updates the requirements on [scikit-image](https://github.com/scikit-image/scikit-image) to permit the latest version. - [Release notes](https://github.com/scikit-image/scikit-image/releases) - [Changelog](https://github.com/scikit-image/scikit-image/blob/main/RELEASE.txt) - [Commits](https://github.com/scikit-image/scikit-image/compare/v0.1...v0.26.0) --- updated-dependencies: - dependency-name: scikit-image dependency-version: 0.26.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 40a38c0..aa2d875 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -39,7 +39,7 @@ classifiers = [ dependencies = [ "numpy>=1.21,<3.0.0", "scipy<=1.16.3", - "scikit-image<=0.25.2", + "scikit-image<=0.26.0", "torch>=2.5,<=2.9.1", "torchmetrics<=1.8.2", "tqdm<=4.67.1",