Skip to content

Commit

Permalink
Update scikit-image requirement from <0.23,>=0.19 to >=0.19,<0.25
Browse files Browse the repository at this point in the history
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-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Dec 12, 2024
1 parent 6dd2242 commit c9cccc3
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 @@ -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",
Expand Down

0 comments on commit c9cccc3

Please sign in to comment.