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

fixed py-cerebunit/package.py

parent fc74d5f0
No related branches found
No related tags found
No related merge requests found
Pipeline #16695 passed with stage
in 15 minutes and 5 seconds
...@@ -22,7 +22,7 @@ class PyCerebunit(PythonPackage): ...@@ -22,7 +22,7 @@ class PyCerebunit(PythonPackage):
depends_on('py-cerebstats', type=('build', 'run')) depends_on('py-cerebstats', type=('build', 'run'))
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'))
depends_on('py-pynwb@1.0.2', type=('build', 'run')) depends_on('py-pynwb@1.0.2', type=('build', 'run'))
depends_on('py-hdmf@1.0.3', type=('build', 'run')) depends_on('py-hdmf@1.0.3', 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