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

fixed py-cerebstats/package.py

parent 75bbb0ac
No related branches found
No related tags found
No related merge requests found
...@@ -21,6 +21,6 @@ class PyCerebstats(PythonPackage): ...@@ -21,6 +21,6 @@ class PyCerebstats(PythonPackage):
depends_on('py-numpy', type=('build', 'run')) depends_on('py-numpy', type=('build', 'run'))
depends_on('py-scipy', type=('build', 'run')) depends_on('py-scipy', type=('build', 'run'))
depends_on('py-quantities', type='build', 'run') depends_on('py-quantities', type=('build', 'run'))
depends_on('py-sciunit', type=('build', 'run')) depends_on('py-sciunit', 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