Skip to content

Commit ffd5e19

Browse files
committed
Put an upper bound to scikit-learn to avoid BTB crash
1 parent 799468f commit ffd5e19

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ numpy>=1.13.1
77
pandas>=0.22.0
88
pyyaml>=3.12
99
requests>=2.18.4
10-
scikit-learn>=0.18.2
10+
scikit-learn>=0.18.2,<0.20
1111
scipy>=0.19.1
1212
sklearn-pandas>=1.5.0
1313
sqlalchemy>=1.1.14

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
'numpy>=1.13.1',
1919
'pandas>=0.22.0',
2020
'pyyaml>=3.12',
21-
'scikit-learn>=0.18.2',
21+
'scikit-learn>=0.18.2,<0.20',
2222
'scipy>=0.19.1',
2323
'sklearn-pandas>=1.5.0',
2424
'sqlalchemy>=1.1.14',

0 commit comments

Comments
 (0)