From d460704feac8d71486969865f8313d82b81c674c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 1 Feb 2025 15:48:30 +0000 Subject: [PATCH] Bump scikit-image from 0.22.0 to 0.25.1 Bumps [scikit-image](https://github.com/scikit-image/scikit-image) from 0.22.0 to 0.25.1. - [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.22.0...v0.25.1) --- updated-dependencies: - dependency-name: scikit-image dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 945a895..62279b3 100644 --- a/requirements.txt +++ b/requirements.txt @@ -5,7 +5,7 @@ matplotlib==3.8.3 numpy==1.26.4 Pillow==11.1.0 scikit_learn==1.6.1 -scikit-image==0.22.0 +scikit-image==0.25.1 torch==2.5.1 torchvision==0.20.1 tqdm==4.67.1