Skip to content
Snippets Groups Projects

Cerebunit cerebstats

1 file
+ 2
2
Compare changes
  • Side-by-side
  • Inline
@@ -24,8 +24,8 @@ class PyCerebunit(PythonPackage):
depends_on('py-scipy', type=('build', 'run'))
depends_on('py-quantities', type='build', 'run')
depends_on('py-sciunit', type=('build', 'run'))
depends_on('py-pynwb', type=('build', 'run'), when="@1.0.2")
depends_on('py-hdmf', type=('build', 'run'), when="@1.0.3")
depends_on('py-pynwb@1.0.2', type=('build', 'run'))
depends_on('py-hdmf@1.0.3', type=('build', 'run'))
depends_on('py-h5py', type=('build', 'run'))
depends_on('py-pandas', type=('build', 'run'))