See: https://numpy.org/devdocs/release/2.3.0-notes.html#deprecations
Need to remove the mypy.ini line. The backwards-comp on this does not seem great, so we'd have to do it soon, even if running NumPy lower than 2.3.
In the meantime, I've been having some trouble setting up Mypy locally because of it:
- We need to pin an earlier NumPy version than 2.3,
- Yet I still get new linting hints I didn't have before...