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

Update following the NumPy 1.25.0 release. #69

Closed charris closed 1 year ago

charris commented 1 year ago

NumPy 1.25.0 also supports musl, @rgommers how do you want to handle that?

rgommers commented 1 year ago

Thanks @charris! I'll have to have a look at the test failure, which is unrelated to this PR I think.

NumPy 1.25.0 also supports musl, @rgommers how do you want to handle that?

Environment markers don't allow selecting on libc version AFAIK (see PEP 508), so this can't be dealt with. Luckily it shouldn't be needed anymore either once we update things for the C API exporting changes in 1.25.0 (which should be done separately from this update).