Skip to content

Commit

Permalink
fixes requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
neuromusic committed Jul 16, 2018
1 parent cd1518f commit c4fbff6
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 @@ -3,7 +3,7 @@ numpy>=1.9.0
pandas>=0.22.0
scipy>=1.0.0
matplotlib>=2.1.1
sklearn
scikit-learn>=0.19.2
tables==3.4.2
deepdish>=0.3.6
python-dateutil>=2.6.1
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"matplotlib",
"pandas",
"six",
"sklearn", # should be pinned but versioning looks broken right now...
"scikit-learn>=0.19.2",
"scipy>=1.0.0",
"deepdish>=0.3.6",
"numpy>=1.9.0", # for science some packages need to be pinned
Expand Down

0 comments on commit c4fbff6

Please sign in to comment.