8000 Use install_requires to specify dependencies · Issue #8411 · scikit-learn/scikit-learn · GitHub
[go: up one dir, main page]

Skip to content

Use install_requires to specify dependencies #8411

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
gummoe opened this issue Feb 20, 2017 · 2 comments
Closed

Use install_requires to specify dependencies #8411

gummoe opened this issue Feb 20, 2017 · 2 comments

Comments

@gummoe
Copy link
gummoe commented Feb 20, 2017

Scikit-learn does not specify any of its dependencies in the setup.py file, despite requiring (and explicitly stating in documentation) both the NumPy and SciPy packages.

These requirements should be included in the setup.py file using the install_requires convention documented here to make installation easier:
http://python-packaging.readthedocs.io/en/latest/dependencies.html

@jnothman
Copy link
Member

Duplicate of #4164

@lesteve
Copy link
Member
lesteve commented Feb 21, 2017

Note (this may be a bit buried in the thread): for scikit-learn 0.18.1, you can use pip install 'scikit-learn[alldeps]' if you want to install numpy, scipy and scikit-learn in the same command.

Only available for scikit-learn 0.18.1.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants
0