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
Errors indicate that some deprecated type aliases have finally been removed: AttributeError: `np.float_` was removed in the NumPy 2.0 release. Use `np.float64` instead.
Errors indicate that some deprecated type aliases have finally been removed:
AttributeError: `np.float_` was removed in the NumPy 2.0 release. Use `np.float64` instead.
Deprecated in 1.20.0: https://numpy.org/devdocs/release/1.20.0-notes.html#deprecations
Removed in 2.0.0: https://numpy.org/devdocs/release/2.0.0-notes.html#numpy-2-0-python-api-removals
I will prepare a PR to make these updates.
The text was updated successfully, but these errors were encountered: