DisVoice
DisVoice copied to clipboard
Scipy version issue: ImportError: cannot import name 'cumtrapz' from 'scipy.integrate
trafficstars
Scipy changed the name of cumptraz function to "cumulative_trapezoid". Pip installs the newer version of scipy ('1.14.1'), but the requirements.txt file reports version 1.10.0.