Skip to content

Commit

Permalink
MAINT: bump skimage lower bound.
Browse files Browse the repository at this point in the history
skimage-0.19 introduced the deprecations for the selem keyword
args. This will fix issues like vanvalenlabgh-134.
  • Loading branch information
rossbar committed Dec 22, 2022
1 parent af20912 commit 6dff8ea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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={
Expand Down

0 comments on commit 6dff8ea

Please sign in to comment.