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
AttributeError: np.float_ was removed in the NumPy 2.0 release. Use np.float64 instead
Solution: modify np.float_ to np.float64 and force numpy version >=2.0