Skip to content

Commit

Permalink
Update scikit-image requirement from <0.22,>=0.17.2 to >=0.17.2,<0.23 (
Browse files Browse the repository at this point in the history
…#970)

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.22.0)

---
updated-dependencies:
- dependency-name: scikit-image
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Oct 5, 2023
1 parent 43a3354 commit f014f3d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ def readme():
'scikit-learn>=1.0.0, <2.0.0',
'spacy[lookups]>=2.0.0, <4.0.0',
'blis<0.8.0', # Windows memory issues https://github.com/explosion/thinc/issues/771
'scikit-image>=0.17.2, <0.22', # introduced `start_label` argument for `slic`
'scikit-image>=0.17.2, <0.23', # introduced `start_label` argument for `slic`
'requests>=2.21.0, <3.0.0',
'Pillow>=5.4.1, <11.0',
'attrs>=19.2.0, <24.0.0',
Expand Down

0 comments on commit f014f3d

Please sign in to comment.