Skip to content
Snippets Groups Projects
Commit a4da83bd authored by Moritz-Alexander-Kern's avatar Moritz-Alexander-Kern
Browse files

add viziphant to spack.yml

parent 23bb1bd6
No related branches found
No related tags found
No related merge requests found
......@@ -28,9 +28,9 @@ class PyViziphant(PythonPackage):
depends_on('py-six@1.10.0:', type=('build', 'run'))
depends_on('py-matplotlib@3.3.2:', type=('build', 'run'))
depends_on('py-seaborn@0.9.0:', type=('build', 'run'))
depends_on('py-bokeh@3.0.0:', type=('build', 'run'))
depends_on('py-holoviews@1.16.0:', type=('build', 'run'))
depends_on('py-networkx@3.0.0:', type=('build', 'run'))
depends_on('py-bokeh@3.0.0:', type=('build', 'run'), when="@0.4.0:")
depends_on('py-holoviews@1.16.0:', type=('build', 'run'), when="@0.4.0:")
depends_on('py-networkx@3.0.0:', type=('build', 'run'), when="@0.4.0:")
depends_on("py-pytest", type=("test"), when="@0.3.0:")
depends_on("py-elephant@0.9.0:+extras", type=("test"), when="@0.3.0:")
......
......@@ -51,7 +51,7 @@ spack:
- py-tvb-library@2.8.2
- py-tvb-multiscale@2.1.0.ebrains
- py-tvb-storage@2.8.1
- py-viziphant@0.3.0
- py-viziphant@0.4.0
- pynn-brainscales@7.0-rc1-fixup1
- r-rgsl@0.1.1
- r-sbtabvfgen@0.1
......
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