Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump scikit-image from 0.19.3 to 0.20.0 in /requirements #1153

Merged
merged 3 commits into from
Mar 2, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,9 @@ updates:
schedule:
interval: "daily"
ignore:
# scikit-image does not support latest scipy
# https://github.com/scikit-image/scikit-image/pull/6773
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Once this PR makes it into a release we can remove this test the latest version of scipy again.

- dependency-name: "scipy"
# setuptools releases new versions almost daily
- dependency-name: "setuptools"
update-types: ["version-update:semver-patch"]
Expand Down
4 changes: 2 additions & 2 deletions requirements/datasets.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,6 @@ pycocotools==2.0.6
pyvista==0.38.3
radiant-mlhub==0.4.1
rarfile==4.0
scikit-image==0.19.3
scipy==1.10.1
scikit-image==0.20.0
scipy==1.9.1
zipfile-deflate64==0.2.0
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ datasets =
rarfile>=4,<5
# scikit-image 0.18+ required for numpy 1.17+ compatibility
# https://github.com/scikit-image/scikit-image/issues/3655
scikit-image>=0.18,<0.20
scikit-image>=0.18,<0.21
# scipy 1.6.2+ required for scikit-image 0.18+ compatibility
scipy>=1.6.2,<2
# zipfile-deflate64 0.2+ required for extraction bugfix:
Expand Down