-
-
Notifications
You must be signed in to change notification settings - Fork 18.4k
BUG: New numpy dev caused ci to fail #40874
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
maybe. i'll merge (and backport) #40850 an we'll know for sure. |
cc @seberg is this expected? |
Seems like a bug on first sight, I will dig into where it comes from tomorrow probably. @simonjayhawkins you don't happen to know a more minimal example of what misbehaves? (My first guess right now, is that I broke some |
@seberg
With the new wheel this has dtype |
Thanks! I was indeed barking up the wrong tree then since I had not realized it was division specific. |
The weekly wheel of numpy changed and caused our ci to fail
Worked:
https://github.com/pandas-dev/pandas/runs/2314968903
First failure:
https://github.com/pandas-dev/pandas/runs/2315938439
Numpy wheels:
First:
https://pypi.anaconda.org/scipy-wheels-nightly/simple/numpy/1.21.0.dev0%2B1199.g623bc1fae/numpy-1.21.0.dev0%2B1199.g623bc1fae-cp38-cp38-manylinux2010_x86_64.whl
Second:
https://pypi.anaconda.org/scipy-wheels-nightly/simple/numpy/1.21.0.dev0%2B1229.g36eb76c9d/numpy-1.21.0.dev0%2B1229.g36eb76c9d-cp38-cp38-manylinux2010_x86_64.whl
cc @simonjayhawkins is this an issue for the 1.2.4 release?
The text was updated successfully, but these errors were encountered: