Skip to content

Commit

Permalink
Set minimum skimage version
Browse files Browse the repository at this point in the history
  • Loading branch information
willgraf committed Feb 3, 2021
1 parent 8e324c9 commit f904f42
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -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',
Expand Down

0 comments on commit f904f42

Please sign in to comment.