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

Merge branch 'fix-nixio' into 'master'

add missing dependency for nixio

Closes #25

See merge request technical-coordination/project-internal/devops/platform/ebrains-spack-builds!218
parents 3b9b80cb 7910b327
No related branches found
No related tags found
4 merge requests!227create new experimental release,!221update testing branch,!220update spack test branch,!218add missing dependency for nixio
Pipeline #20286 passed with stage
in 35 minutes and 7 seconds
......@@ -20,5 +20,6 @@ class PyNixio(PythonPackage):
depends_on("py-setuptools", type="build")
depends_on("py-six", type=("build", "run"))
depends_on("py-numpy", type=("build", "run"))
depends_on("py-h5py", type=("build", "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