CIs fail because of a new version of scipy
Created by: Radonirinaunimi
From v1.14.0, the simps
method from scipy.integrate
has been removed, causing all the CIs to fail. The packages that depend on scipy
are eko
and hyperopt
, and both of them do not impose a cap on which version should be installed.
Also the arc_lengths
function in vp uses simps
.