Skip to content

Commit

Permalink
Put an upper bound to scikit-learn to avoid BTB crash
Browse files Browse the repository at this point in the history
  • Loading branch information
csala committed Feb 22, 2019
1 parent 799468f commit ffd5e19
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ numpy>=1.13.1
pandas>=0.22.0
pyyaml>=3.12
requests>=2.18.4
scikit-learn>=0.18.2
scikit-learn>=0.18.2,<0.20
scipy>=0.19.1
sklearn-pandas>=1.5.0
sqlalchemy>=1.1.14
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
'numpy>=1.13.1',
'pandas>=0.22.0',
'pyyaml>=3.12',
'scikit-learn>=0.18.2',
'scikit-learn>=0.18.2,<0.20',
'scipy>=0.19.1',
'sklearn-pandas>=1.5.0',
'sqlalchemy>=1.1.14',
Expand Down

0 comments on commit ffd5e19

Please sign in to comment.