Skip to content

Commit

Permalink
Removed unsed sklearn dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
erp12 committed Mar 24, 2019
1 parent f9fae97 commit 3fd088e
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
5 changes: 4 additions & 1 deletion requirements-with-dev.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
numpy >= 1.12.0
scipy >= 0.18.0
scikit-learn >= 0.18.0
pandas >= 0.23.4

pytest >= 4.1.0
Expand All @@ -10,3 +9,7 @@ mypy >= 0.650
sphinx >= 1.8.3
m2r >= 0.2.1
mkdocs-nature >= 0.3.1

setuptools
wheel
twine
1 change: 0 additions & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
numpy >= 1.12.0
scipy >= 0.18.0
scikit-learn >= 0.18.0
pandas >= 0.23.4
1 change: 0 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,6 @@ def read(fname):
install_requires=[
"numpy>=1.12.0",
"scipy>=0.18.0",
"scikit-learn>=0.18.0",
"pandas>=0.23.4",
],
setup_requires=[
Expand Down

0 comments on commit 3fd088e

Please sign in to comment.