ImperialCollegeLondon / virtual_ecosystem

This repository is the home for the codebase for the Virtual Ecosystem project.
https://virtual-ecosystem.readthedocs.io
BSD 3-Clause "New" or "Revised" License
8 stars 1 forks source link

Explore move to numpy 2.0 #453

Closed davidorme closed 2 weeks ago

davidorme commented 3 weeks ago

Is your feature request related to a problem? Please describe.

Numpy 2.0 is upon us. It looks like xarray has updated to support it and ruff provides a migration rule.

Describe the solution you'd like

Create a branch, update numpy requirement and add the NPY201 ruff rule.