Skip to content
Snippets Groups Projects
Commit efe8f75c authored by Renan Oliveira Shimoura's avatar Renan Oliveira Shimoura Committed by Eleni Mathioulaki
Browse files

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

parent 182bbf03
No related branches found
No related tags found
No related merge requests found
......@@ -11,7 +11,7 @@ class WfMultiAreaModel(Package):
homepage="https://inm-6.github.io/multi-area-model/"
git = "https://github.com/INM-6/multi-area-model"
maintainer = ["terhorstd", "didi-hou"]
maintainer = ["terhorstd", "didi-hou", "rshimoura"]
version("1.1.1", tag="v1.1.1")
version("1.1.0", tag="v1.1.0")
......@@ -28,7 +28,6 @@ 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