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.
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.