alphaparrot / ExoPlaSim

Exoplanet Planet Simulator (PlaSim extended for different planet types (including tidally-locked) and evolution on geological timescales--glaciers and carbon cycle)
GNU General Public License v2.0
53 stars 13 forks source link

Incompatible with scipy 1.14.0 #31

Open alphaparrot opened 3 weeks ago

alphaparrot commented 3 weeks ago

scipy 1.14.0 removes scipy.integrate.cumtrapz in favour of scipy.integrate.cumulative_trapezoid; this currently breaks exoplasim. Users are recommended to downgrade to scipy<1.14.0 until this is resolved.