From adf8e5f4eac20172fa55a6a2b7f11d097ec8b5f0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Apr 2024 03:31:00 +0000 Subject: [PATCH] Update scikit-image requirement from ~=0.23.1 to ~=0.23.2 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.23.1...v0.23.2) --- 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 f68bdbb..a49a081 100644 --- a/requirements.txt +++ b/requirements.txt @@ -2,4 +2,4 @@ numpy~=1.26.4 setuptools==69.2.0 opencv-python~=4.9.0.80 tqdm~=4.66.2 -scikit-image~=0.23.1 +scikit-image~=0.23.2