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!
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!