mfouesneau / pyphot

suite to deal with passband photometry
https://mfouesneau.github.io/pyphot/
MIT License
57 stars 18 forks source link

scipy 1.14 and numpy 2 backward comp. #57

Closed mfouesneau closed 3 months ago

mfouesneau commented 3 months ago

Scipy 1.14.0 (2024-06-24) removed integrate.trapz for integrate.trapezoid (matching numpy 2 API)

Default now imports integrate.trapezoid (#56), but falls back to the old import if necessary.

mfouesneau commented 3 months ago

Actually numpy 2.0 incompatible with pytables at the moment. Requirements updated to remain below numpy 2.0

https://github.com/PyTables/PyTables/issues/1172

Need to keep track and/or remove pytables requirements