Skip to content
Snippets Groups Projects
Commit a2e582c0 authored by Didi Hou's avatar Didi Hou Committed by Eleni Mathioulaki
Browse files

feat(wf-multi-area-model): add py-python-louvain dependency

parent ccfa196b
No related branches found
No related tags found
No related merge requests found
......@@ -28,6 +28,7 @@ class WfMultiAreaModel(Package):
depends_on("py-elephant", type=("run", "test"))
depends_on("r-aod", type=("run", "test"))
depends_on("py-notebook", type=("run", "test"))
depends_on("py-python-louvain", 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