From 684eed7c57c01d4c7702931cbf998e70fc9faf36 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 29 May 2023 00:15:17 +0000 Subject: [PATCH] Update dependency scikit-image to v0.20.0 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 6b51b17..6c96f88 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.20.0', 'pillow==5.0.0', 'pandas==0.22.0', 'matplotlib==2.2.5',