Skip to content

Commit

Permalink
⬆️ Fix Scikit dependency to keep support for Python2.7
Browse files Browse the repository at this point in the history
  • Loading branch information
albertomontesg committed May 10, 2019
1 parent 4096c2e commit f2725ab
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 @@ -29,7 +29,7 @@
'pathlib2;python_version<"3.5"',
'requests>=2.21.0',
'scikit-image>=0.13.1',
'scikit-learn>=0.18',
'scikit-learn==0.20.3',
'scipy>=1.0.0',
'six>=1.10.0',
],
Expand Down

0 comments on commit f2725ab

Please sign in to comment.