You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In #1083 the dependency chain added a requirement numpy<2. The reason was that none of our CI was running due to some unknown incompatibility with numpy 2. So we kicked the can down the road on support for numpy 2, but this should be restored once numpy 2 incompatibility causes issues with common environments.
The text was updated successfully, but these errors were encountered:
In addition to changing the way integer arrays are declared, a separate fix using the import_array() mechanism may also be required according to this section of the migration guide.
In #1083 the dependency chain added a requirement
numpy<2
. The reason was that none of our CI was running due to some unknown incompatibility with numpy 2. So we kicked the can down the road on support for numpy 2, but this should be restored once numpy 2 incompatibility causes issues with common environments.The text was updated successfully, but these errors were encountered: