Package: python-pyorick / 1.5-1

Metadata

Package Version Patches format
python-pyorick 1.5-1 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
complex128 | (download)

pyorick/pyorick.py | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

 replace np.complex_ with np.complex128
 `np.complex_` was removed in the NumPy 2.0 release. Use
 `np.complex128` instead.