LBL-EESA / fastkde

Other
50 stars 10 forks source link

Force wheel build to use oldest supported numpy #3

Closed davidt0x closed 3 years ago

davidt0x commented 3 years ago

It seems it is best practice to build Cython extensions against the oldest supported version of numpy available per Python version. This helps with forward compatibility with new versions of numpy.

See: https://pypi.org/project/oldest-supported-numpy/

davidt0x commented 3 years ago

Yep, this will probably fix that issue. Just make sure to bump the version again to generate the new wheels before trying to reinstall from PyPi.