Skip to content
Snippets Groups Projects

This pull request removes the dependence py-python-louvain for the multi-area model.

Merged Renan Oliveira Shimoura requested to merge (removed):remove-mam-python-louvain into master
1 file
+ 1
2
Compare changes
  • Side-by-side
  • Inline
@@ -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"))