We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents cc3f070 + c223f81 commit 3fb93b8Copy full SHA for 3fb93b8
2 files changed
requirements.txt
@@ -3,7 +3,7 @@ numpy>=1.9.0
3
pandas>=0.22.0
4
scipy>=1.0.0
5
matplotlib>=2.1.1
6
-sklearn
+scikit-learn>=0.19.2
7
tables==3.4.2
8
deepdish>=0.3.6
9
python-dateutil>=2.6.1
setup.py
@@ -13,7 +13,7 @@
13
"matplotlib",
14
"pandas",
15
"six",
16
- "sklearn", # should be pinned but versioning looks broken right now...
+ "scikit-learn>=0.19.2",
17
"scipy>=1.0.0",
18
"deepdish>=0.3.6",
19
"numpy>=1.9.0", # for science some packages need to be pinned
0 commit comments