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

feat(wf-human-multi-area-model): relax notebook dependency version constraint

parent 437f31b6
No related branches found
No related tags found
2 merge requests!651create new experimental release,!650update spack version to v0.23.1
......@@ -28,7 +28,7 @@ class WfHumanMultiAreaModel(Package):
depends_on("py-nnmt@1.3.0:", type=("run", "test"))
depends_on("py-dicthash@0.0.1:", type=("run", "test"))
depends_on("py-networkx@3.1:", type=("run", "test"))
depends_on("py-notebook@6.5.4:", type=("run", "test"))
depends_on("py-notebook@6.4:", type=("run", "test"))
depends_on("py-future@0.18.2:", type=("run", "test"))
def install(self, spec, prefix):
......
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