Skip to content
Snippets Groups Projects
Commit 03d9aa5a authored by Eric Müller's avatar Eric Müller :mountain_bicyclist:
Browse files

Fix(meta-brainscales) concretization error

parent 9e0f216f
No related branches found
No related tags found
No related merge requests found
...@@ -49,7 +49,7 @@ class MetaBrainscales(Package): ...@@ -49,7 +49,7 @@ class MetaBrainscales(Package):
depends_on('py-matplotlib') depends_on('py-matplotlib')
depends_on('py-nose') depends_on('py-nose')
depends_on('py-numpy') depends_on('py-numpy')
depends_on('py-pybind11') depends_on('py-pybind11@2.6.0:2.6.999') # workaround concretization error (py-scipy doesn't like 2.7)
depends_on('py-pybind11-stubgen') depends_on('py-pybind11-stubgen')
depends_on('py-pycodestyle') depends_on('py-pycodestyle')
depends_on('py-pyelftools') depends_on('py-pyelftools')
......
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