From 722f22e07b7784b17fa992102977f4fdbb78d61e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 4 Oct 2023 22:48:43 +0200 Subject: [PATCH] Update scikit-image requirement (#225) 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 dcb34af..4df9d47 100644 --- a/setup.py +++ b/setup.py @@ -16,7 +16,7 @@ "opencv-python>=4.5.1.48,<4.8.2.0", "numpy>=1.19.5,<1.27.0", "tqdm>=4.59,<4.67", - "scikit-image>=0.17.2,<0.22.0", + "scikit-image>=0.17.2,<0.23.0", "matplotlib>=3.3.3,<3.9.0", "scipy>=1.4.1,<1.12.0", "scikit-learn>=0.24,<1.4",