Skip to content

Commit

Permalink
fx
Browse files Browse the repository at this point in the history
  • Loading branch information
matz-e committed Sep 1, 2023
1 parent ea26fcd commit 7417349
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion bluebrain/deployment/environments/applications_nse.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -58,5 +58,5 @@ spack:
- py-morphio
- py-neuror
- py-morph-tool+neuron
- "py-region-grower ^py-jinja2@3:" # otherwise, nmodl will fail
- py-region-grower
- py-cwl-registry
2 changes: 1 addition & 1 deletion var/spack/repos/builtin/packages/py-distributed/package.py
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ class PyDistributed(PythonPackage):
depends_on("py-click@8.0:", type=("build", "run"), when="@2023.4.1:")
depends_on("py-cloudpickle@1.5.0:", type=("build", "run"))
depends_on("py-jinja2", type=("build", "run"), when="@2022.2.1:")
depends_on("py-jinja2@2.10.3", type=("build", "run"), when="@2023.4.1:")
depends_on("py-jinja2@2.10.3:", type=("build", "run"), when="@2023.4.1:")
depends_on("py-locket@1:", type=("build", "run"), when="@2022.2.1:")
depends_on("py-msgpack@0.6.0:", type=("build", "run"))
depends_on("py-msgpack@1.0.0:", type=("build", "run"), when="@2023.4.1:")
Expand Down

0 comments on commit 7417349

Please sign in to comment.