Skip to content

Commit

Permalink
Merge pull request #27 from analysiscenter/fix_sklearn_version
Browse files Browse the repository at this point in the history
Fix scikit-learn version in setup.py
  • Loading branch information
roman-kh authored Aug 9, 2019
2 parents e36c1df + 8b0f8f6 commit eb6d1cb
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 @@ -30,7 +30,7 @@
'numpy>=1.13.1',
'scipy>=0.19.1',
'pandas>=0.21.1',
'scikit-learn>=0.19.1',
'scikit-learn==0.19.1',
'numba>=0.35.0',
'pywavelets>=0.5.2',
'matplotlib>=2.1.0',
Expand Down

0 comments on commit eb6d1cb

Please sign in to comment.