From 99771241f491aed57e3104466ec365f765444899 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 19 Jun 2026 21:02:28 +0000 Subject: [PATCH] chore(deps): update scikit-image requirement from >=0.23.0 to >=0.24.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.23.0...v0.24.0) --- updated-dependencies: - dependency-name: scikit-image dependency-version: 0.24.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index bcd19f2..732e3f2 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -24,7 +24,7 @@ classifiers = [ ] dependencies = [ "numpy>=2.0", - "scikit-image>=0.23.0", + "scikit-image>=0.24.0", "opencv-python>=4.10.0", "pandas>=2.0.0", ]