From 444f82531da4b73847acf1253ed3f306f2d52ec5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Jun 2026 15:19:42 +0000 Subject: [PATCH] build(deps): update scikit-image requirement in /requirements 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.20.0...v0.26.0) --- updated-dependencies: - dependency-name: scikit-image dependency-version: 0.26.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements/base.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements/base.txt b/requirements/base.txt index ce3967e4..1213808f 100644 --- a/requirements/base.txt +++ b/requirements/base.txt @@ -18,7 +18,7 @@ packaging>=23.1 pandas>=2.0.0 pillow>=9.4.0 pyyaml>=6.0 -scikit-image>=0.20.0 +scikit-image>=0.26.0 scikit-learn>=1.2.2