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

update dependencies

parent 12de1728
No related branches found
No related tags found
No related merge requests found
...@@ -28,9 +28,9 @@ class PyViziphant(PythonPackage): ...@@ -28,9 +28,9 @@ class PyViziphant(PythonPackage):
depends_on('py-six@1.10.0:', type=('build', 'run')) depends_on('py-six@1.10.0:', type=('build', 'run'))
depends_on('py-matplotlib@3.3.2:', 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-seaborn@0.9.0:', type=('build', 'run'))
depends_on('py-bokeh@3.0.0:', type=('build', 'run'), when="@0.4.0:") depends_on('py-bokeh@2.4.3:', type=('build', 'run'), when="@0.4.0:")
depends_on('py-holoviews@1.16.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-networkx@2.8.6:', type=('build', 'run'), when="@0.4.0:")
depends_on("py-pytest", type=("test"), when="@0.3.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:") 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