-
Notifications
You must be signed in to change notification settings - Fork 378
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
Bump scikit-image from 0.19.3 to 0.20.0 in /requirements #1153
Conversation
Bumps [scikit-image](https://github.com/scikit-image/scikit-image) from 0.19.3 to 0.20.0. - [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.19.3...v0.20.0) --- updated-dependencies: - dependency-name: scikit-image dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
This is failing because of scikit-image/scikit-image#6567 |
Not really sure what to do here. I don't really want to change the entire test procedure just to support different versions of scipy based on python version. We could wait for the next skimage release, but idk when that is. We could also pin to an older version of scipy now since it's stable and doesn't need to be tested as recently as skimage. |
@@ -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 |
There was a problem hiding this comment.
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.
* Bump scikit-image from 0.19.3 to 0.20.0 in /requirements Bumps [scikit-image](https://github.com/scikit-image/scikit-image) from 0.19.3 to 0.20.0. - [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.19.3...v0.20.0) --- updated-dependencies: - dependency-name: scikit-image dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> * Bump max version, pin to older scipy for now * Prevent dependabot from updating scipy --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Adam J. Stewart <ajstewart426@gmail.com>
) * Bump scikit-image from 0.19.3 to 0.20.0 in /requirements Bumps [scikit-image](https://github.com/scikit-image/scikit-image) from 0.19.3 to 0.20.0. - [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.19.3...v0.20.0) --- updated-dependencies: - dependency-name: scikit-image dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> * Bump max version, pin to older scipy for now * Prevent dependabot from updating scipy --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Adam J. Stewart <ajstewart426@gmail.com>
Bumps scikit-image from 0.19.3 to 0.20.0.
Release notes
Sourced from scikit-image's releases.
... (truncated)
Changelog
Sourced from scikit-image's changelog.
... (truncated)
Commits
5e74a4a
Designate 0.20.0 release0d09ff1
Merge pull request #6766 from jarrodmillman/release-notes-0.20.01895495
Re-add missing sections and update style2571da1
Edit release notes summary38b0849
Add recently merged PR 67686182c93
Update author section6655762
Hide PRs that were backported to 0.19.xb13988e
Finish sorting new PRs into categoriesa2289f6
Continue sorting new PRs into categories0bd0ca4
Remove duplicate classifier in pyproject.tomlDependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase
.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebase
will rebase this PR@dependabot recreate
will recreate this PR, overwriting any edits that have been made to it@dependabot merge
will merge this PR after your CI passes on it@dependabot squash and merge
will squash and merge this PR after your CI passes on it@dependabot cancel merge
will cancel a previously requested merge and block automerging@dependabot reopen
will reopen this PR if it is closed@dependabot close
will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot ignore this major version
will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor version
will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependency
will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)