-
-
Notifications
You must be signed in to change notification settings - Fork 64
Update scikit-image requirement from <0.18.4,>=0.17.1 to >=0.19.0,<0.19.1 #362
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.18.4,>=0.17.1 to >=0.19.0,<0.19.1 #362
Conversation
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.17.1...v0.19.0) --- updated-dependencies: - dependency-name: scikit-image dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
Codecov Report
@@ Coverage Diff @@
## master #362 +/- ##
=========================================
Coverage 100.00% 100.00%
=========================================
Files 17 17
Lines 1408 1409 +1
Branches 218 218
=========================================
+ Hits 1408 1409 +1
Continue to review full report at Codecov.
|
def1f52 to
5bcf950
Compare
|
|
||
| img_arr = np.array(img) | ||
| hed_arr = sk_color.rgb2hed(img_arr) | ||
| hed_arr[hed_arr < 0] = 0 # remove this after skimage fixes `rgb2hed()` |
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.
❤️
Updates the requirements on scikit-image to permit the latest version.
Release notes
Sourced from scikit-image's releases.
... (truncated)
Commits
812e21ebump version to 0.19.0d0da56bUpdate v0.19.0 release notes (#6084)6ee7e53Backport PR #6075: Fix API docs autogeneration for lazy loaded subpackages (#...8d1a778Merge pull request #6081 from grlee77/backport-60738508fcbremove comment from have_numpydoc729bcfaHandle autoupdate of docstrings to mention deprecated parameters in deprecate...efd2533add MacOS arm64 wheels (#6068)ac472aaMerge pull request #6063 from meeseeksmachine/auto-backport-of-pr-6060-on-v0....d64cc64Backport PR #6060: Fix test failures observed with numpy 1.22rc0c1c3574Merge pull request #6062 from meeseeksmachine/auto-backport-of-pr-6061-on-v0....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 rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot ignore this major versionwill 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 versionwill 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 dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)