NumPy v2.0 has reached end of life and scipy >= 1.18 requires Python 3.12 and Numpy >=2.0
Will need to set target version for ruff checks to
[project]
requires-python = ">=3.12"
Then implement the required changes.
There was a numpy 2.0 compatibility workaround for np.trapz in peak1Dintegr.py. This can be removed and replaced by the new API for orGUI 1.6.
NumPy v2.0 has reached end of life and scipy >= 1.18 requires Python 3.12 and Numpy >=2.0
Will need to set target version for ruff checks to
Then implement the required changes.
There was a numpy 2.0 compatibility workaround for np.trapz in peak1Dintegr.py. This can be removed and replaced by the new API for orGUI 1.6.