Skip to content
Snippets Groups Projects
Commit 314d2de2 authored by Raphael Stock's avatar Raphael Stock
Browse files

Merge branch 'rstock-master-patch-84003' into 'master'

Add py-deap (DEAP) as dep to pynn-brainscales

See merge request rstock/ebrains-spack-builds!1
parents 6519a8e4 c58eaf1c
No related branches found
No related tags found
2 merge requests!185create new experimental release,!184Add py-deap (DEAP) as dep to pynn-brainscales
......@@ -33,6 +33,7 @@ class PynnBrainscales(WafPackage):
depends_on('log4cxx', type=('build', 'link', 'run'))
depends_on('pkgconfig', type=('build', 'link', 'run'))
depends_on('python@3.7.0:', type=('build', 'link', 'run')) # BrainScaleS(-2, type=('build', 'link', 'run')) only supports Python >= 3.7
depends_on('py-deap@1.3.1:', type=('build', 'link', 'run'))
depends_on('py-h5py', type=('build', 'link', 'run')) # PyNN tests need it
depends_on('py-matplotlib', type=('build', 'link', 'run'))
depends_on('py-nose', type=('build', 'link', 'run'))
......
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