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
Assuming PR #49 is merged, the only pinning we're doing in pyproject.toml is numpy<2. A PR that reverses the pinning (numpy>=2) along with the test data regenerated for the new pinning should be the way forward I think. (numpy 1.x lasted 15 years, so there's some long-term value in pinning to 2 and above).
The text was updated successfully, but these errors were encountered:
Assuming PR #49 is merged, the only pinning we're doing in
pyproject.toml
isnumpy<2
. A PR that reverses the pinning (numpy>=2
) along with the test data regenerated for the new pinning should be the way forward I think. (numpy 1.x lasted 15 years, so there's some long-term value in pinning to 2 and above).The text was updated successfully, but these errors were encountered: