-
-
Notifications
You must be signed in to change notification settings - Fork 18.4k
Pin numpy to get ci back to green #45179
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
Conversation
I think
```
@td.skip_if_no("numba")
def test_alignment_deprecation_many_inputs():
# https://github.com//issues/39184
# test that the deprecation also works with > 2 inputs -> using a numba
# written ufunc for this because numpy itself doesn't have such ufuncs
from numba import (
float64,
vectorize,
)
pandas/tests/frame/test_ufunc.py:273: pandas/core/generic.py:2078: in array_ufunc self = a b
E numpy.core._exceptions._UFuncNoLoopError: ufunc 'my_ufunc' did not contain a loop with signature matching types (<class 'numpy.dtype[int64]'>, <class 'numpy.dtype[int64]'>, <class 'numpy.dtype[int64]'>) -> None
|
xfailing for new numpy and pinning only for typing checks |
let's re-run this |
This looks good now, the lagging build has numpy 1.18.5 |
do we have an issue to revert the numpy pin? can u post a failing test here (not the one u x failed but) |
I have linked the issue above, #45182 |
sure but do we actually need the numpy pin now that u x failed that particular test? |
In the global environment yml yes, because this one is used for the typing checks. |
ok got it thxs |
Let's see if this gets us back to green