Skip to content

Commit

Permalink
build(deps): update scikit-image requirement from <0.25.0,>=0.19.0 to…
Browse files Browse the repository at this point in the history
… >=0.19.0,<0.26.0 in /requirements (#2872)

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.24.0...v0.25.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 Dec 17, 2024
1 parent 57ef645 commit 8ad319b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
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.24; python_version > "3.9" # we do not use `> =` because of oldest replcement
scikit-image ~=0.25; python_version > "3.9" # we do not use `> =` because of oldest replcement
2 changes: 1 addition & 1 deletion requirements/image_test.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# NOTE: the upper bound for the package version is only set for CI stability, and it is dropped while installing this package
# in case you want to preserve/enforce restrictions on the latest compatible version, add "strict" as an in-line comment

scikit-image >=0.19.0, <0.25.0
scikit-image >=0.19.0, <0.26.0
kornia >=0.6.7, <0.8.0
pytorch-msssim ==1.0.0
sewar >=0.4.4, <=0.4.6
Expand Down

0 comments on commit 8ad319b

Please sign in to comment.