mantle-convection-constrained / terratools

Tools to read, analyse and visualise models written by the TERRA mantle convection code
https://terratools.readthedocs.io/en/latest/
MIT License
7 stars 5 forks source link

numpy version 2 #168

Open andreww opened 2 months ago

andreww commented 2 months ago

When installing into a new local python environment I noticed that pip removed numpy 2.1.1 and replaced it with numpy 1.26.4 (the resolver thinks we need numpy<2.0,>=1.23). We should probably work out if we can just run with version 2 and update pytoml as needed. Just leaving this here so I don't forget!