We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 799468f commit ffd5e19Copy full SHA for ffd5e19
requirements.txt
@@ -7,7 +7,7 @@ numpy>=1.13.1
7
pandas>=0.22.0
8
pyyaml>=3.12
9
requests>=2.18.4
10
-scikit-learn>=0.18.2
+scikit-learn>=0.18.2,<0.20
11
scipy>=0.19.1
12
sklearn-pandas>=1.5.0
13
sqlalchemy>=1.1.14
setup.py
@@ -18,7 +18,7 @@
18
'numpy>=1.13.1',
19
'pandas>=0.22.0',
20
'pyyaml>=3.12',
21
- 'scikit-learn>=0.18.2',
+ 'scikit-learn>=0.18.2,<0.20',
22
'scipy>=0.19.1',
23
'sklearn-pandas>=1.5.0',
24
'sqlalchemy>=1.1.14',
0 commit comments