From f014f3dbb9397db15ea4d029ec0c68652e4b1e22 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 5 Oct 2023 11:36:57 +0100 Subject: [PATCH] Update scikit-image requirement from <0.22,>=0.17.2 to >=0.17.2,<0.23 (#970) 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](https://github.com/scikit-image/scikit-image/compare/v0.17.2...v0.22.0) --- updated-dependencies: - dependency-name: scikit-image dependency-type: direct:production ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index cba6640a7..ae1b79f40 100644 --- a/setup.py +++ b/setup.py @@ -48,7 +48,7 @@ def readme(): 'scikit-learn>=1.0.0, <2.0.0', 'spacy[lookups]>=2.0.0, <4.0.0', 'blis<0.8.0', # Windows memory issues https://github.com/explosion/thinc/issues/771 - 'scikit-image>=0.17.2, <0.22', # introduced `start_label` argument for `slic` + 'scikit-image>=0.17.2, <0.23', # introduced `start_label` argument for `slic` 'requests>=2.21.0, <3.0.0', 'Pillow>=5.4.1, <11.0', 'attrs>=19.2.0, <24.0.0',