From 8c072607a1bf2d2f2ff56a1a4372c3ad9faf8a32 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 3 Jul 2026 14:44:37 +0000 Subject: [PATCH] chore(deps): update scikit-image requirement from >=0.19.0 to >=0.25.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.19.0...v0.25.2) --- updated-dependencies: - dependency-name: scikit-image dependency-version: 0.25.2 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 b7459be..f89f0ee 100644 --- a/requirements.txt +++ b/requirements.txt @@ -4,7 +4,7 @@ pandas>=2.3.3 torch>=2.12.1 torchvision>=0.23.0 scikit-learn>=1.0.0 -scikit-image>=0.19.0 +scikit-image>=0.25.2 # Geospatial Data Processing rasterio>=1.3.0