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
Running with NumPy 2.2.2 produces the following error:
AttributeError: `np.float_` was removed in the NumPy 2.0 release. Use `np.float64` instead.
This removes the unsupported type.
0 commit comments