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

add missing dependency on elephant

parent 4b3a33be
No related branches found
No related tags found
2 merge requests!457create new experimental release,!456Updated the version of multi-area-model to be @v1.1.1
......@@ -26,6 +26,7 @@ class WfMultiAreaModel(Package):
depends_on("py-future", type=("run", "test"))
depends_on("nest", type=("run", "test"))
depends_on("py-neo", type=("run", "test"))
depends_on("py-elephant", type=("run", "test"))
depends_on("r-aod", type=("run", "test"))
depends_on("py-notebook", type=("run", "test"))
......
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