-
-
Notifications
You must be signed in to change notification settings - Fork 25.9k
scikit-learn runtime dependencies issues in setup.py #18977
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
Comments
Just to clarify myself:
We should specify the maximum version to avoid compiling from source with Python 3.6.
I think that adding the required commands here: Lines 269 to 275 in 4773f3e
should be enough. Is it not? |
Yes. I thought that setuptools (used by |
Should we close this blocker? |
Yes. |
Packaging issue reported after 0.24.0rc1: #18956 (comment)
I think we have 2 problems:
setup.py
just to compute the dependencies (if possible), for instance when runningpython setup.py check
.The text was updated successfully, but these errors were encountered: