pydata / xarray

N-D labeled arrays and datasets in Python
https://xarray.dev
Apache License 2.0
3.49k stars 1.04k forks source link

temporarily pin `numpy<2` #9181

Closed keewis closed 5 days ago

keewis commented 6 days ago

To give us a bit more time while fixing the various issues related to numpy>=2 without affecting other PRs, this temporarily pins numpy to below version 2 in CI.

We didn't detect these issues before 2024.06.0 because we didn't run the doctests / docs, because some dependencies didn't support it at that point, and because the tests don't cover everything. We will most likely never solve the last point, but we can at least improve slowly.