From f1e3cbd393ef81ac88d077b93b610ab181eb39cf Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 18 Mar 2024 13:01:53 +0000 Subject: [PATCH] Update scikit-image requirement from ~=0.21.0 to ~=0.22.0 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.21.0...v0.22.0) --- updated-dependencies: - dependency-name: scikit-image dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index cf40e1f..5619606 100644 --- a/requirements.txt +++ b/requirements.txt @@ -2,4 +2,4 @@ numpy~=1.26.0 setuptools==67.8.0 opencv-python~=4.9.0.80 tqdm~=4.66.2 -scikit-image~=0.21.0 +scikit-image~=0.22.0