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

`numpy` 2 compatibility in the iris code paths #9156

Open keewis opened 1 week ago

keewis commented 1 week ago

Just like #9136, this attempts to see if there's anything we can / need to do to get our iris tests to run with numpy>=2 (the issue is not iris but cf_units, I believe)

keewis commented 1 week ago

looks like iris depends on netcdf4, so we need to merge #9136 to see if anything fails.

Edit: the most recent commit doesn't seem to cause any additional failing tests, so I'd say that means we're fine? We should definitely merge #9136 first to be sure, though.

trexfeathers commented 1 week ago

Shout if you need anything from the Iris side 🤜🤛