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

Update scikit-image requirement from !=0.17.1,<0.21,>=0.14.2 to >=0.14.2,!=0.17.1,<0.22 #803

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jun 2, 2023

Updates the requirements on scikit-image to permit the latest version.

Release notes

Sourced from scikit-image's releases.

v0.21.0

Full Changelog: scikit-image/scikit-image@v0.20.0...v0.21.0

Commits

Dependabot 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)

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

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

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Jun 2, 2023
@codecov
Copy link

codecov bot commented Jun 2, 2023

Codecov Report

Merging #803 (215586e) into master (a2f034d) will not change coverage.
The diff coverage is n/a.

Additional details and impacted files

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #803   +/-   ##
=======================================
  Coverage   81.45%   81.45%           
=======================================
  Files         154      154           
  Lines       10048    10048           
=======================================
  Hits         8185     8185           
  Misses       1863     1863           

Copy link
Contributor

@ascillitoe ascillitoe left a comment

Choose a reason for hiding this comment

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

v0.2.1 release notes.

Main change of note is the unification of the pseudo RNG kwarg's in the scikit-learn API (sample_seed, seed, random_seed, and random_state consolidated to rng). However, we only use scikit-image in utils.perturbation, and don't use any of the PRNG kwargs (sk.util.random_noise is used, but no seed is set).

@ascillitoe ascillitoe merged commit 15360ac into master Jun 2, 2023
@dependabot dependabot bot deleted the dependabot/pip/scikit-image-gte-0.14.2-and-neq-0.17.1-and-lt-0.22 branch June 2, 2023 10:32
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant