Open jameskermode opened 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?
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?