scipy / oldest-supported-numpy

Meta-package providing the oldest supported Numpy for a given Python version and platform
BSD 2-Clause "Simplified" License
55 stars 33 forks source link

Use Numpy 1.22.2 instead of 1.22.0 #58

Closed lpsinger closed 2 years ago

lpsinger commented 2 years ago

Numpy 1.22.0 had a regression that prevented building packages against the Python limited C API, that was fixed in Numpy 1.22.2. See numpy/numpy#20818.

This is causes build failures for my Astropy affiliated package (https://git.ligo.org/lscsoft/ligo.skymap), which like many Astropy affiliated package, depends on oldest-supported-numpy.

rgommers commented 2 years ago

Up on PyPI now: https://pypi.org/project/oldest-supported-numpy/2022.5.28/