skypyproject / skypy

SkyPy: A package for modelling the Universe.
BSD 3-Clause "New" or "Revised" License
118 stars 38 forks source link

BLD: Set scipy oldest supported version to 1.6 #618

Closed rrjbca closed 3 months ago

rrjbca commented 4 months ago

Description

In scipy 1.14 the scipy.integrate.cumtrapz will be deprecated. However the alias scipy.integrate.cumulative_trapezoid was not added until scipy 1.6. This pull request increases the oldest supported version of scipy to 1.6.

Checklist