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
Since Numpy 2.0 release in June 2024, np.Inf is deprecated (See 'Highlights' in the release note). Would it be possible to have instances of np.Inf replaced with np.inf so we can use Numpy 2.0 when using this envrionment?
Creating the issue directly because I don't think there is a formal contribution guide. Please feel free to close this and link one in the comments if there is one.
The text was updated successfully, but these errors were encountered:
Since Numpy 2.0 release in June 2024,
np.Inf
is deprecated (See 'Highlights' in the release note). Would it be possible to have instances ofnp.Inf
replaced withnp.inf
so we can use Numpy 2.0 when using this envrionment?Creating the issue directly because I don't think there is a formal contribution guide. Please feel free to close this and link one in the comments if there is one.
The text was updated successfully, but these errors were encountered: