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