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
All the titiler-xarray tests fail when using NumPy 2.0, with ERROR tests/test_app.py::test_get_variables_test - ValueError: numpy.dtype size changed, may indicate binary incompatibility. Expected 96 from C header, got 88 from PyObject
Here's the full traceback for one of the failures:
These is likely a Pandas issue, but I'm just raising an issue for now until I have more time to look into it. I'm going to open a separate PR to temporarily pin NumPy to unblock some work.
The text was updated successfully, but these errors were encountered:
All the
titiler-xarray
tests fail when using NumPy 2.0, withERROR tests/test_app.py::test_get_variables_test - ValueError: numpy.dtype size changed, may indicate binary incompatibility. Expected 96 from C header, got 88 from PyObject
Here's the full traceback for one of the failures:
These is likely a Pandas issue, but I'm just raising an issue for now until I have more time to look into it. I'm going to open a separate PR to temporarily pin NumPy to unblock some work.
The text was updated successfully, but these errors were encountered: