You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
pandas/tests/groupby/aggregate/test_numba.py:19: in
numba = pytest.importorskip("numba")
^^^^^^^^^^^^^^^^^^^^^^^^^^^^
E pytest.PytestDeprecationWarning:
E Module 'numba' was found, but when imported by pytest it raised:
E ImportError('Numba needs NumPy 2.2 or less. Got NumPy 2.3.')
E In pytest 9.1 this warning will become an error by default.
E You can fix the underlying problem, or alternatively overwrite this behavior and silence this warning by passing exc_type=ImportError explicitly.
E See https://docs.pytest.org/en/stable/deprecations.html#pytest-importorskip-default-behavior-regarding-importerror
@pandas-dev/pandas-core I guess it's not the first time this happens, since seems that Numba has been raising ImportError instead of pining the dependencies for at least one more version. Doesn't seem like we should be pinning NumPy ourselves. Any idea how this was fixed before if it already happened, or what should we do to fix the CI?
The text was updated successfully, but these errors were encountered:
Source: https://github.com/pandas-dev/pandas/actions/runs/15541539524/job/43753280349#step:9:76
Somehow related: numba/numba#10105
@pandas-dev/pandas-core I guess it's not the first time this happens, since seems that Numba has been raising
ImportError
instead of pining the dependencies for at least one more version. Doesn't seem like we should be pinning NumPy ourselves. Any idea how this was fixed before if it already happened, or what should we do to fix the CI?The text was updated successfully, but these errors were encountered: