Skip to content

Commit

Permalink
Update scikit-image requirement (#245)
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.17.2...v0.23.1)

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

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] committed Apr 10, 2024
1 parent 3b427c8 commit 7705db6
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 @@ -16,7 +16,7 @@
"opencv-python>=4.5.1.48,<4.9.1.0",
"numpy>=1.19.5,<1.27.0",
"tqdm>=4.59,<4.67",
"scikit-image>=0.17.2,<0.23.0",
"scikit-image>=0.17.2,<0.24.0",
"matplotlib>=3.3.3,<3.9.0",
"scipy>=1.4.1,<1.14.0",
"scikit-learn>=0.24,<1.5",
Expand Down

0 comments on commit 7705db6

Please sign in to comment.