Skip to content

Commit

Permalink
Add sklearn to install_requires, update install docs
Browse files Browse the repository at this point in the history
  • Loading branch information
lopuhin committed Jan 13, 2017
1 parent 417358f commit 645c3ea
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
4 changes: 1 addition & 3 deletions docs/source/overview.rst
Expand Up @@ -5,10 +5,8 @@ Installation
------------

ELI5 works in Python 2.7 and Python 3.4+. Currently it requires
scikit-learn 0.18+, so make sure scikit-learn is installed first,
then install eli5 using pip::
scikit-learn 0.18+. You can install ELI5 using pip::

pip install 'scikit-learn > 0.18'
pip install eli5

Features
Expand Down
1 change: 1 addition & 0 deletions setup.py
Expand Up @@ -37,6 +37,7 @@ def get_long_description():
'scipy',
'singledispatch >= 3.4.0.3',
'six',
'scikit-learn >= 0.18',
'typing',
'graphviz',
'tabulate>=0.7.7',
Expand Down

0 comments on commit 645c3ea

Please sign in to comment.