Skip to content
Snippets Groups Projects
Commit 2d87dd2a authored by Eric Müller's avatar Eric Müller :mountain_bicyclist:
Browse files

fix(wf-brainscales2-demos): specify dependencies for test

parent 54c4fa64
No related branches found
No related tags found
No related merge requests found
......@@ -17,8 +17,8 @@ class WfBrainscales2Demos(Package):
# ECM: we probably should build the ipynb file in this package
version("23.6", branch="jupyter-notebooks-experimental")
depends_on('hxtorch')
depends_on('pynn-brainscales')
depends_on('hxtorch', type=("run", "test"))
depends_on('pynn-brainscales', type=("run", "test"))
depends_on('py-matplotlib@3.5.1:')
depends_on('py-ipywidgets@7.7.0:')
depends_on('py-ipycanvas@0.10.2:')
......
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