Skip to content

Commit 24fd1f1

Browse files
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](scikit-image/scikit-image@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] <support@github.com>
1 parent b29d630 commit 24fd1f1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ def readme():
5757
"Pillow>=5.4.1, <11.0.0",
5858
"opencv-python>=3.2.0, <5.0.0",
5959
"scipy>=1.5.0, <2.0.0",
60-
'scikit-image>=0.19, <0.23',
60+
'scikit-image>=0.19, <0.25',
6161
"scikit-learn>=0.20.2, <2.0.0",
6262
"transformers>=4.0.0, <5.0.0",
6363
"dill>=0.3.0, <0.4.0",

0 commit comments

Comments
 (0)