Skip to content
Snippets Groups Projects
Commit e62887d5 authored by Eleni Mathioulaki's avatar Eleni Mathioulaki
Browse files

wf-multi-area-model: fix dependency types for tests

parent b7dff4ba
No related branches found
No related tags found
No related merge requests found
......@@ -17,15 +17,15 @@ class WfMultiAreaModel(Package):
version("master", branch="master")
version("ebrains", branch="lab.ebrains.eu")
depends_on("py-nested-dict")
depends_on("py-dicthash")
depends_on("py-matplotlib")
depends_on("py-numpy")
depends_on("py-scipy")
depends_on("py-future")
depends_on("nest")
depends_on("r-aod")
depends_on("py-notebook", type="test")
depends_on("py-nested-dict", type=("run", "test"))
depends_on("py-dicthash", type=("run", "test"))
depends_on("py-matplotlib", type=("run", "test"))
depends_on("py-numpy", type=("run", "test"))
depends_on("py-scipy", type=("run", "test"))
depends_on("py-future", type=("run", "test"))
depends_on("nest", type=("run", "test"))
depends_on("r-aod", type=("run", "test"))
depends_on("py-notebook", type=("run", "test"))
def install(self, spec, prefix):
install_tree(".", join_path(prefix, "notebooks"))
......
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