From 0270ad93ab8691a8a2fff4d6695512b0bdd807c9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 1 May 2026 13:42:19 +0000 Subject: [PATCH] chore(deps): Update scikit-image requirement from >=0.17.2 to >=0.26.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.17.2...v0.26.0) --- updated-dependencies: - dependency-name: scikit-image dependency-version: 0.26.0 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 429b170..bf72602 100644 --- a/requirements.txt +++ b/requirements.txt @@ -2,7 +2,7 @@ matplotlib>=3.3.4 Pillow>=8.1.2 pre-commit>=2.17.0 requests>=2.23.0 -scikit-image>=0.17.2 +scikit-image>=0.26.0 torch>=1.8.0 torchvision>=0.9.0 tqdm>=4.49.0