Skip to content

Commit 1924e8e

Browse files
Update scikit-image requirement from <0.23,>=0.17.2 to >=0.17.2,<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.17.2...v0.24.0) --- updated-dependencies: - dependency-name: scikit-image dependency-version: 0.24.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 2b9f206 commit 1924e8e

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
@@ -51,7 +51,7 @@ def readme():
5151
'scikit-learn>=1.0.0, <2.0.0',
5252
'spacy[lookups]>=2.0.0, <3.8.0', # later versions depend on `numpy<3.0.0,>=2.0.0`
5353
'blis<0.8.0', # Windows memory issues https://github.com/explosion/thinc/issues/771
54-
'scikit-image>=0.17.2, <0.23', # introduced `start_label` argument for `slic`
54+
'scikit-image>=0.17.2, <0.25', # introduced `start_label` argument for `slic`
5555
'requests>=2.21.0, <3.0.0',
5656
'Pillow>=5.4.1, <11.0',
5757
'attrs>=19.2.0, <24.0.0',

0 commit comments

Comments
 (0)