Skip to content
Snippets Groups Projects
Unverified Commit e67347b6 authored by Brent Huisman's avatar Brent Huisman Committed by GitHub
Browse files

bump pybind11 to 2.10.0

- allow arbor to be build against py3.11
- modernise!
parent 86ad95d7
No related branches found
No related tags found
No related merge requests found
Subproject commit f7b499615e14d70ab098a20deb0cdb3889998a1a
Subproject commit aa304c9c7d725ffb9d10af08a3b34cb372307020
......@@ -79,6 +79,7 @@ class Arbor(CMakePackage, CudaPackage):
with when("+python"):
depends_on("py-pybind11@2.6:", type=("build"))
depends_on("py-pybind11@2.8.1:", when="@0.5.3:", type=("build"))
depends_on("py-pybind11@2.10.0:", when="@0.7.1:", type=("build"))
# sphinx based documentation
depends_on("python@3.7:", when="+doc", type="build")
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment