From 49d3d34329479a7b8996a782054070a7b1e75d28 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 3 Oct 2023 21:48:37 +0000 Subject: [PATCH] Update dependency scikit-image to v0.22.0 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 6b51b17..3f7d4da 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.22.0', 'pillow==5.0.0', 'pandas==0.22.0', 'matplotlib==2.2.5',