From f904f42ff7fc749f10014e77d164f955e9a03693 Mon Sep 17 00:00:00 2001 From: William Graf <7930703+willgraf@users.noreply.github.com> Date: Wed, 3 Feb 2021 15:07:06 -0800 Subject: [PATCH] Set minimum skimage version --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 81a6977..1fa668d 100644 --- a/setup.py +++ b/setup.py @@ -104,7 +104,7 @@ def run(self, *args, **kwargs): 'networkx>=2.1', 'numpy>=1.16.6,<1.20.0', 'scipy', - 'scikit-image', + 'scikit-image>=0.14.5', 'scikit-learn'], extras_require={ 'tests': ['pytest<6',