From 6dff8eaad3879d052f728d9ea991920171360e80 Mon Sep 17 00:00:00 2001 From: Ross Barnowski Date: Thu, 22 Dec 2022 11:03:05 -0800 Subject: [PATCH] MAINT: bump skimage lower bound. skimage-0.19 introduced the deprecations for the selem keyword args. This will fix issues like gh-134. --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 0775653..7fe87d0 100644 --- a/setup.py +++ b/setup.py @@ -102,7 +102,7 @@ def run(self, *args, **kwargs): 'networkx>=2.1', 'numpy>=1.16.6', 'scipy>=1.3.0', - 'scikit-image>=0.15.0', + 'scikit-image>=0.19', 'scikit-learn', 'tqdm'], extras_require={