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
Error Message:
AttributeError: module 'numpy' has no attribute 'int'.
Description:
The commit with ID 9915390 has introduced issues related to the deprecation of np.int in NumPy, resulting in the mentioned attribute error. I believe this is because there is no compatibility with newer versions of NumPy. We should either agree on the same numpy version or resolve this for future versions.
Current Environment
NumPy: 1.25.2 (most recent is 1.26.2)
The text was updated successfully, but these errors were encountered:
Error Message:
AttributeError: module 'numpy' has no attribute 'int'.
Description:
The commit with ID 9915390 has introduced issues related to the deprecation of np.int in NumPy, resulting in the mentioned attribute error. I believe this is because there is no compatibility with newer versions of NumPy. We should either agree on the same numpy version or resolve this for future versions.
Current Environment
The text was updated successfully, but these errors were encountered: