Closed eharr closed 8 months ago
In recent installations I've gotten this error: AttributeError: module 'numpy' has no attribute 'int'
AttributeError: module 'numpy' has no attribute 'int'
As of numpy 1.24 the numpy.int alias has been removed: https://github.com/numpy/numpy/pull/22607
Would it be possible to either pin the numpy dependency to <1.24 or update the code in stats.py?
Thanks!
👍🏼 . Facing the same problem (pinning numpy to 1.23 worked)
seems solved now. Feel free to reopen if not.
I still ran into the same issue and had to pin numpy to version 1.23
In recent installations I've gotten this error:
AttributeError: module 'numpy' has no attribute 'int'
As of numpy 1.24 the numpy.int alias has been removed: https://github.com/numpy/numpy/pull/22607
Would it be possible to either pin the numpy dependency to <1.24 or update the code in stats.py?
Thanks!