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

Bump pybind to 2.8.1 (#1742)

parent 69c0f8c1
No related branches found
No related tags found
No related merge requests found
Subproject commit 750e38dcfdac59231a615580d4e6cb3647b31779
Subproject commit f7b499615e14d70ab098a20deb0cdb3889998a1a
......@@ -49,7 +49,7 @@ class Arbor(CMakePackage, CudaPackage):
extends('python', when='+python')
depends_on('python@3.6:', when="+python", type=('build', 'run'))
depends_on('py-numpy', when='+python', type=('build', 'run'))
depends_on('py-pybind11@2.8:', when='+python', type=('build', 'run'))
depends_on('py-pybind11@2.8.1:', when='+python', type=('build', 'run'))
# sphinx based documentation
depends_on('python@3.6:', 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