PyWavelets / pywt

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

provide setuptools upper bound for robustness against future changes #647

Closed grlee77 closed 1 year ago

grlee77 commented 1 year ago

closes #645

@rgommers: any opinion on exactly what version we should use as the upper bound? I just chose 60.0 here, but saw just now that numpy uses a specific version (==59.2.0)

rgommers commented 1 year ago

I would suggest <65.0. The 64.x versions seem to work, and perhaps have some relevant fixes. Many versions will likely do, this just seems like a logical choice.