You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
numpy
2.0 was released over the weekend. Breaking changes include:pybind11
2.12.0 included an updatednumpy
header that is compliant with both 1.x and 2.x ofnumpy
. The vendoredpybind11
submodule should be updated to 2.12.0 after further testing.The text was updated successfully, but these errors were encountered: