BLD: build wheels against NumPy 2.0.0 #111
Merged
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Related to BLD: NumPy 2 compat for wheel builds mdanalysis#4620.
See discussion above for details, but in short we should build our wheels against NumPy
2.0.0
so that we have binaries that are runtime-compatible with both NumPy 1.x and 2.x series.Even if "we" don't do a release soon, I believe this may be helpful since we could then point the MDAnalysis CI at this github repo for
pytng
"no binary" build from source with NumPy 2.x, rather than disablingpytng
testing over there.