Skip to content
Snippets Groups Projects
Commit c43a91f4 authored by Lia Domide's avatar Lia Domide :christmas_tree:
Browse files

py-networkx was missing as dependency for tvb-library.

Do not keep py-pyaescrypt and py-formencode at the top level listed
parent 3b6229b4
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,!241Update tvb-* packages to version 2.7.2. Fix tests
......@@ -55,7 +55,7 @@ class PyTvbFramework(PythonPackage):
depends_on('py-simplejson', type=('build', 'run'))
depends_on('py-six', type=('build', 'run'))
depends_on('py-sqlalchemy', type=('build', 'run'))
depends_on('py-tvb-data', type='run')
depends_on('py-tvb-data', type=('run', 'test'))
depends_on('py-tvb-gdist', type='run')
depends_on('py-tvb-library', type=('build', 'run'))
depends_on('py-tvb-storage', type=('build', 'run'))
......
......@@ -41,7 +41,7 @@ class PyTvbLibrary(PythonPackage):
depends_on('py-lems', type=('build', 'run'))
depends_on('py-mako', type=('build', 'run'))
depends_on('py-matplotlib', type=('build', 'run'))
# networkx (only in one analyzer)
depends_on('py-networkx', type=('build', 'run'))
depends_on('py-numpy', type=('build', 'run'))
depends_on('py-numba', type=('build', 'run'))
depends_on('py-numexpr', type=('build', 'run'))
......
......@@ -27,9 +27,7 @@ spack:
- py-tvb-data
- py-tvb-gdist
- py-tvb-library
- py-pyaescrypt
- py-tvb-storage
- py-formencode
- py-tvb-framework
# - pynn-brainscales@4.0-a3 ^log4cxx@0.10.0 ^googletest@1.11.0:+gmock
# - hxtorch@4.0-a3 ^log4cxx@0.10.0 ^googletest@1.11.0:+gmock
......
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