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

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

Needed for an upcoming complex neuron demo on BSS-2.
parent 6519a8e4
No related branches found
No related tags found
No related merge requests found
...@@ -33,6 +33,7 @@ class PynnBrainscales(WafPackage): ...@@ -33,6 +33,7 @@ class PynnBrainscales(WafPackage):
depends_on('log4cxx', type=('build', 'link', 'run')) depends_on('log4cxx', type=('build', 'link', 'run'))
depends_on('pkgconfig', 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('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-h5py', type=('build', 'link', 'run')) # PyNN tests need it
depends_on('py-matplotlib', type=('build', 'link', 'run')) depends_on('py-matplotlib', type=('build', 'link', 'run'))
depends_on('py-nose', 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