Skip to content

Commit

Permalink
py-cwl-registry: Release 0.3.9 (#2079)
Browse files Browse the repository at this point in the history
  • Loading branch information
eleftherioszisis authored Jul 24, 2023
1 parent 2209adf commit 08671c4
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions bluebrain/repo-bluebrain/packages/py-cwl-registry/package.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,7 @@ class PyCwlRegistry(PythonPackage):
git = "ssh://git@bbpgitlab.epfl.ch/nse/cwl-registry.git"

version("develop", branch="main")
version("0.3.8", tag="cwl-registry-v0.3.8")
version("0.3.7", tag="cwl-registry-v0.3.7")
version("0.3.6", tag="cwl-registry-v0.3.6")
version("0.3.9", tag="cwl-registry-v0.3.9")

depends_on("python@3.9:", type=("build", "run"))

Expand All @@ -25,7 +23,7 @@ class PyCwlRegistry(PythonPackage):
depends_on("py-pandas", type=("build", "run"))

depends_on("py-libsonata", type=("build", "run"))
depends_on("py-nexusforge", type=("build", "run"))
depends_on("py-nexusforge@0.8.1:", type=("build", "run"))
depends_on("py-bba-data-push@1.0.4:", type=("build", "run"))
depends_on("py-joblib", type=("build", "run"))
depends_on("py-cwl-luigi@0.3.1:", type=("build", "run"))
Expand Down

0 comments on commit 08671c4

Please sign in to comment.