The latest numpy version (2.0), released yesterday 06/16/2024, has breaking changes in comparison with v1.*
For pygfunction, this is rather minor, since only the np.cfloat should be changed to np.complex128 in the pipes module.
Since in the requirements of pygfunction, no upper boundary on the numpy version is defined, this can lead to major failures when installing pygfunction on a new venv.
The latest numpy version (2.0), released yesterday 06/16/2024, has breaking changes in comparison with v1.* For pygfunction, this is rather minor, since only the np.cfloat should be changed to np.complex128 in the pipes module.
Since in the requirements of pygfunction, no upper boundary on the numpy version is defined, this can lead to major failures when installing pygfunction on a new venv.