From 24fd1f1fc89c39e1ad6729862fadb0135540eb38 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Sep 2025 07:01:56 +0000 Subject: [PATCH] Update scikit-image requirement from <0.23,>=0.19 to >=0.19,<0.25 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.19.0...v0.24.0) --- updated-dependencies: - dependency-name: scikit-image dependency-version: 0.24.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 897eee567..c8d5218eb 100644 --- a/setup.py +++ b/setup.py @@ -57,7 +57,7 @@ def readme(): "Pillow>=5.4.1, <11.0.0", "opencv-python>=3.2.0, <5.0.0", "scipy>=1.5.0, <2.0.0", - 'scikit-image>=0.19, <0.23', + 'scikit-image>=0.19, <0.25', "scikit-learn>=0.20.2, <2.0.0", "transformers>=4.0.0, <5.0.0", "dill>=0.3.0, <0.4.0",