Skip to content

Commit 3fb93b8

Browse files
authored
Merge branch 'master' into fix/legacy_metadata
2 parents cc3f070 + c223f81 commit 3fb93b8

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ numpy>=1.9.0
33
pandas>=0.22.0
44
scipy>=1.0.0
55
matplotlib>=2.1.1
6-
sklearn
6+
scikit-learn>=0.19.2
77
tables==3.4.2
88
deepdish>=0.3.6
99
python-dateutil>=2.6.1

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"matplotlib",
1414
"pandas",
1515
"six",
16-
"sklearn", # should be pinned but versioning looks broken right now...
16+
"scikit-learn>=0.19.2",
1717
"scipy>=1.0.0",
1818
"deepdish>=0.3.6",
1919
"numpy>=1.9.0", # for science some packages need to be pinned

0 commit comments

Comments
 (0)