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

add viziphant v0.4.0

parent ed17c275
No related branches found
No related tags found
No related merge requests found
......@@ -14,6 +14,7 @@ class PyViziphant(PythonPackage):
maintainers = ['moritzkern']
version('0.4.0', sha256='ae8c3df517d7781c184086909fad95f30c093534cfb35b74eadf330fa144e336')
version('0.3.0', sha256='40d2970b8384d8e1c5d324caf1b1188391d7e651375ce08dd518bcf4ac6477f2')
version('0.2.0', sha256='044b5c92de169dfafd9665efe2c310e917d2c21980bcc9f560d5c727161f9bd8')
version('0.1.0', sha256='8fd56ec8633f799396dc33fbace95d2553bedb17f680a8c0e97f43b3a629bf6c')
......@@ -27,6 +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-pytest", type=("test"), when="@0.3.0:")
depends_on("py-elephant@0.9.0:+extras", type=("test"), when="@0.3.0:")
......
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