-
-
Notifications
You must be signed in to change notification settings - Fork 26k
MNT Fetch numpy and scipy nightly wheels from anaconda #17672
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
MNT Fetch numpy and scipy nightly wheels from anaconda #17672
Conversation
Yea...I would be happy to help Cython migrate to the anaconda index. (I'll put together the PR to their build repo and someone else needs to set up the API keys) |
I think that the same approach that was followed for Scikit-learn wheel builder should be also valid for the Cython wheel builder. I will watch the repository to update this PR when Cython migrates to the Anaconda index. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We are merge this for now and then update when cython uploads its new wheels to the anaconda index.
Thank you for the PR @alfaro96 !
Thanks for the review @thomasjpfan! I have seen that you made a PR in MacPython/cython-wheels#4 to upload the |
The error in travis is valid and should be fixed in another PR. numpy has been thinking of deprecating |
Reference Issues/PRs
Closes #16413.
What does this implement/fix? Explain your changes.
This PR updates the CRON job to fetch the nightly wheels of
numpy
andscipy
from Anaconda instead of the Rackspace container.Any other comments?
Cython should be still fetched from the Rackspace container.