PyWavelets / pywt

PyWavelets - Wavelet Transforms in Python
http://pywavelets.readthedocs.org
MIT License
1.97k stars 460 forks source link

MAINT: use `numpy-config` and fix support for numpy 2.0 #723

Closed rgommers closed 3 months ago

rgommers commented 3 months ago

Note that we do have a job that installs numpy with --pre, but 2.0.0b1 gets uninstalled again because matplotlib (also used/needed in CI jobs) doesn't support it yet.

rgommers commented 3 months ago

Okay, this is happy in CI and works locally with numpy 2.0.0b1, so let's give it a go.