Skip to content

Commit

Permalink
update sklearn to scikit-learn
Browse files Browse the repository at this point in the history
  • Loading branch information
stephenholleran committed Jul 2, 2019
1 parent b202b09 commit 1312afe
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
14 changes: 7 additions & 7 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
pandas == 0.24.0
numpy == 1.16.4
sklearn == 0.19.1
matplotlib == 3.0.3
requests == 2.20.0
scipy == 0.19.1
pytest == 4.1.0
pandas == 0.24.0
numpy == 1.16.4
scikit-learn == 0.19.1
matplotlib == 3.0.3
requests == 2.20.0
scipy == 0.19.1
pytest == 4.1.0
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
install_requires=[
'pandas>=0.24.0',
'numpy>=1.14.6',
'sklearn>=0.19.1',
'scikit-learn>=0.19.1',
'matplotlib>=3.0.3',
'requests>=2.20.0',
'scipy>=0.19.1',
Expand Down

0 comments on commit 1312afe

Please sign in to comment.