Skip to content

Commit

Permalink
build(deps): update scikit-image requirement from ~=0.22 to ~=0.24 in…
Browse files Browse the repository at this point in the history
… /requirements (#2949)

build(deps): update scikit-image requirement in /requirements

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.25.0...v0.24.0)

---
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] authored Feb 14, 2025
1 parent b29fbca commit a7c8ee0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion requirements/_docs.txt
Original file line number Diff line number Diff line change
Expand Up @@ -30,4 +30,4 @@ pydantic > 1.0.0, < 3.0.0
# todo: until this has resolution - https://github.com/sphinx-gallery/sphinx-gallery/issues/1290
# Image
scikit-image ~=0.22; python_version < "3.10"
scikit-image ~=0.25; python_version > "3.9" # we do not use `> =` because of oldest replcement
scikit-image ~=0.24; python_version > "3.9" # we do not use `> =` because of oldest replcement

0 comments on commit a7c8ee0

Please sign in to comment.