Skip to content
Snippets Groups Projects
Commit 3abde451 authored by Eleni Mathioulaki's avatar Eleni Mathioulaki
Browse files

Update packages/py-bluepyopt/package.py

parent a27ab5af
No related branches found
No related tags found
4 merge requests!301create new experimental release,!300add spack post-installation testing,!279update py-elephant to 0.12.0,!242update branch
Pipeline #20684 failed with stage
in 1 hour, 53 minutes, and 29 seconds
...@@ -26,7 +26,7 @@ class PyBluepyopt(PythonPackage): ...@@ -26,7 +26,7 @@ class PyBluepyopt(PythonPackage):
variant('neuron', default=True, description="Use BluePyOpt together with NEURON") variant('neuron', default=True, description="Use BluePyOpt together with NEURON")
depends_on('py-setuptools', type='build') depends_on("py-setuptools@:57", type="build") #TODO: remove version constraint after update to spack v0.19 (this is actually a py-deap dependency)
depends_on('py-pandas', type='run') depends_on('py-pandas', type='run')
depends_on('py-numpy', type='run') depends_on('py-numpy', type='run')
depends_on('py-efel', type='run') depends_on('py-efel', type='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