From 85abc34ef461a79f4f2844ad5869c94fb82cca16 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 18 Jun 2024 19:56:43 +0000 Subject: [PATCH] Update dependency scikit-image to v0.24.0 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 6b51b17..da26a4d 100755 --- a/setup.py +++ b/setup.py @@ -45,7 +45,7 @@ def folder_init(description='description', default_path=''): 'requests==2.18.4', 'opencv-python==3.4.13.47', 'scikit-learn==0.19.1', - 'scikit-image==0.13.1', + 'scikit-image==0.24.0', 'pillow==5.0.0', 'pandas==0.22.0', 'matplotlib==2.2.5',