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

Merge branch 'mam-v1.1.1' into 'master'

Updated the version of multi-area-model to be @v1.1.1

See merge request technical-coordination/project-internal/devops/platform/ebrains-spack-builds!456
parents f43c3537 29db1826
No related branches found
No related tags found
No related merge requests found
......@@ -13,6 +13,7 @@ class WfMultiAreaModel(Package):
git = "https://github.com/INM-6/multi-area-model"
maintainer = ["terhorstd", "didi-hou"]
version("v1.1.1", tag="v1.1.1")
version("v1.1.0", tag="v1.1.0")
version("master", branch="master")
version("ebrains", branch="lab.ebrains.eu")
......@@ -24,6 +25,8 @@ class WfMultiAreaModel(Package):
depends_on("py-scipy", type=("run", "test"))
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"))
......
......@@ -61,7 +61,7 @@ spack:
- wf-biobb
- wf-brainscales2-demos
- wf-protein-association-rates@0.1
- wf-multi-area-model@v1.1.0
- wf-multi-area-model@v1.1.1
- wf-uq-akar4@0.1
#- py-cerebstats
#- py-cerebunit
......
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