Closed mfouesneau closed 5 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
Scipy 1.14.0 (2024-06-24) removed
integrate.trapz
forintegrate.trapezoid
(matching numpy 2 API)Default now imports
integrate.trapezoid
(#56), but falls back to the old import if necessary.