-
Notifications
You must be signed in to change notification settings - Fork 23
Moving from rackspace #77
Comments
Yeah, I'm starting to fall behind a bit on this task for SciPy. I have WIP MR for some migration tasks: MacPython/scipy-wheels#69 but I've been neglecting it. |
Yes, we should migrate to anaconda. As for manylinux2010 or manylinux1: Can we release both for 1.19? We only need to build once, and can repackage the wheel using I don't think the other arch PR gh-74 will be ready: aarch64 and ppc64le builds still fail, but I would like to push forward with the x86_64/macOS/win32 PyPy wheels. |
Looking at what pandas-wheels now does:
I think this is reasonable to adapt to numpy-wheels. We would have to revisit travis if/when we get the other architectures to work. I am working on gh-78 and have added the azure integration to try this out. |
Do we really still need |
The only reason to ship |
Oh yes, fun. Okay makes sense, thanks for the reminder. |
I think we can close this. |
@mattip @tylerjereddy
I need to start preparing
numpy-wheels
master for the 1.19 release. There are a couple of things that need fixing or decisions.Pandas looks to have uploaded the recent pandas to anaconda, maybe we can steal some code from them.
The text was updated successfully, but these errors were encountered: