-
- Downloads
fix: adapt to numpy deprecation of int and float.
`numpy.int` and `numpy.float` have been dropped in numpy 1.24. Using `int` and `float` instead.
Loading
Please register or sign in to comment
`numpy.int` and `numpy.float` have been dropped in numpy 1.24. Using `int` and `float` instead.