libAtoms / matscipy

Materials science with Python at the atomic-scale
http://libatoms.github.io/matscipy/
GNU Lesser General Public License v2.1
188 stars 55 forks source link

numpy 2 compatibility #267

Open jameskermode opened 1 month ago

jameskermode commented 1 month ago

I think tests are starting to fail because the test environment is installing numpy v2 while the wheels are built with numpy 1. What is the best resolution? Add a dependency 'numpy<2', or find/fix all the incompatibilties?