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

Bump embedded pybind11 version to enable numpy2 support #4247

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

akva2
Copy link
Member

@akva2 akva2 commented Oct 3, 2024

numpy2 is now the default in python repositories, and we need to bump the embedded pybind11 to support it.

The new version of pybind11 does however not support python < 3.8. We therefore use the old version for python 3.6 and 3.7, and the new version for >= 3.8.

Closes #2350
(edited by @blattms: added closes statement)

@akva2
Copy link
Member Author

akva2 commented Oct 3, 2024

jenkins build this opm-simulators=5644 please

@akva2
Copy link
Member Author

akva2 commented Oct 3, 2024

jenkins build this opm-simulators=5644 please

@blattms blattms mentioned this pull request Oct 4, 2024
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

Successfully merging this pull request may close these issues.

embedded version of pybind will become problematic once somebody uses python 3.9.0!
1 participant