Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix the build time version of numpy to 2.0.0 or greater #66

Merged
merged 1 commit into from
Sep 20, 2024

Conversation

wkearn
Copy link
Contributor

@wkearn wkearn commented Sep 20, 2024

NumPy 2 can build binaries that are compatible with the NumPy 1 C ABI, but not vice versa. As long as we build with NumPy 2, users should be able to use older versions of NumPy without problems.

NumPy 2 can build binaries that are compatible with the NumPy 1 C ABI,
but not vice versa. As long as we build with NumPy 2, users should be
able to use older versions of NumPy without problems.

Signed-off-by: William Kearney <[email protected]>
@wkearn
Copy link
Contributor Author

wkearn commented Sep 20, 2024

According to https://numpy.org/devdocs/dev/depending_on_numpy.html#numpy-2-abi-handling, it might also be a good idea to run a CI test against an older version of numpy.

@wkearn wkearn added the build label Sep 20, 2024
@wkearn wkearn merged commit 996ec57 into TopoToolbox:main Sep 20, 2024
7 checks passed
@wkearn wkearn mentioned this pull request Sep 20, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant