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

Update pybind11 submodule to include support for numpy>=2.0 #837

Open
aaraney opened this issue Jun 18, 2024 · 0 comments
Open

Update pybind11 submodule to include support for numpy>=2.0 #837

aaraney opened this issue Jun 18, 2024 · 0 comments

Comments

@aaraney
Copy link
Member

aaraney commented Jun 18, 2024

numpy 2.0 was released over the weekend. Breaking changes include:

changes to the NumPy ABI. As a result, binaries of packages that use the NumPy C API and were built against a NumPy 1.xx release will not work with NumPy 2.0.

pybind11 2.12.0 included an updated numpy header that is compliant with both 1.x and 2.x of numpy. The vendored pybind11 submodule should be updated to 2.12.0 after further testing.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant