Skip to content
Snippets Groups Projects
Commit a2941e5e authored by Athanasios Karmas's avatar Athanasios Karmas
Browse files

Merge branch 'fix_pynn-brainscales' into 'master'

Fix concretization error

See merge request akarmas/ebrains-spack-builds!13
parents 9e0f216f 03d9aa5a
No related branches found
No related tags found
No related merge requests found
......@@ -49,7 +49,7 @@ class MetaBrainscales(Package):
depends_on('py-matplotlib')
depends_on('py-nose')
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-pycodestyle')
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