Skip to content

Commit

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

* 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.21.0...v0.23.2)

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

Signed-off-by: dependabot[bot] <support@github.com>

* ~=0.22

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Jirka Borovec <6035284+Borda@users.noreply.github.com>

(cherry picked from commit 44b27d0)
  • Loading branch information
dependabot[bot] authored and Borda committed May 15, 2024
1 parent 71c088f commit 1e54cdd
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion requirements/_docs.txt
Original file line number Diff line number Diff line change
Expand Up @@ -23,4 +23,3 @@ pydantic > 1.0.0, < 3.0.0
-r image.txt
-r multimodal.txt
-r text.txt
-r text_test.txt
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.21.0
scikit-image >=0.19.0, <=0.23.2
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 1e54cdd

Please sign in to comment.