-
-
Notifications
You must be signed in to change notification settings - Fork 18.5k
CI: Bump numpydev URL #33968
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
CI: Bump numpydev URL #33968
Conversation
great this is the same URL that we recommended in #33505 |
merge on green. |
We got
That's from 12 days ago, but there are newer wheels available (one from yesterday). Is pip just grabbing the "highest" version number, which happens to be |
@mattip has NumPy's development builds always used |
hmm, that is problematic. |
Looking at the old location I see it used the dates as well, for instance numpy-1.19.0.dev0+20200504031348_58dbafa-cp37-cp37m-linux_x86_64.whl. I must have missed that in the move to azure scripts |
@mattip I didn't immediately see where version was set with the old MacPython/numpy-wheels setup. Do you want me to open an issue somewhere as a reminder? |
ping me here again if it is not fixed soonish. |
It is something the uploader did to rename dev wheels. |
Is this related to the issue breaking the npdev builds? |
@TomAugspurger newer wheels are available. Is there a reason not to delete the old ones? |
Thanks! No reason to keep the old ones around I think. @jbrockmendel are you referring to the
in https://dev.azure.com/pandas-dev/pandas/_build/results?buildId=34915&view=logs&j=3a03f79d-0b41-5610-1aa4-b4a014d0bc70&t=fe74a338-551b-5fbb-553d-25f48b1836e8&l=443? That looks unrelated from the changes here. |
triggering to see if this is picked up |
hmm not sure this is picking up the right version. |
#34050 should fix the non-npdev CI failure |
I think we are still getting the older versions. |
Actually I think we're OK. https://dev.azure.com/pandas-dev/pandas/_build/results?buildId=35269&view=logs&j=3a03f79d-0b41-5610-1aa4-b4a014d0bc70&t=fe74a338-551b-5fbb-553d-25f48b1836e8&l=664 has
Looking at https://anaconda.org/scipy-wheels-nightly/numpy/files, that's from yesterday. On anaconda.org, it included the full tag |
ok great, thanks @TomAugspurger I guess just let's monitor to make sure we keep getting updates. |
@meeseeksdev backport to 1.0.x |
Co-authored-by: Tom Augspurger <[email protected]>
NumPy and scipy are uploading their wheels to a new URL.