Skip to content

Commit

Permalink
Simpligy py-region-grower
Browse files Browse the repository at this point in the history
  • Loading branch information
eleftherioszisis committed Sep 5, 2023
1 parent 7417349 commit 6f2c3d9
Showing 1 changed file with 7 additions and 24 deletions.
31 changes: 7 additions & 24 deletions bluebrain/repo-bluebrain/packages/py-region-grower/package.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,38 +14,21 @@ class PyRegionGrower(PythonPackage):

version("develop", branch="main")
version("1.1.0", tag="region-grower-v1.1.0")
version("1.0.0", tag="region-grower-v1.0.0")
version("0.4.3", tag="region-grower-v0.4.3")
version("0.3.1", tag="region-grower-v0.3.1")

depends_on("py-setuptools", type="build")

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

depends_on("py-attrs@19.3.0:", type=("build", "run"))
depends_on("py-click@8.0:", type=("build", "run"), when="@1:")
depends_on("py-click@7.0:", type=("build", "run"), when="@0.3.1:0.4.3")
depends_on(
"py-dask+dataframe+distributed@2.15.0:2021.8.0,2021.9.0:",
type=("build", "run"),
when="@0.3.1",
)
depends_on("py-dask+dataframe+distributed@2021.9:", type=("build", "run"), when="@0.4.3")
depends_on("py-dask+dataframe+distributed@2023.3.2:", type=("build", "run"), when="@1:")
depends_on("py-diameter-synthesis@0.4.1", type=("build", "run"), when="@0.3.1")
depends_on("py-diameter-synthesis@0.5.3:", type=("build", "run"), when="@0.4.3:1.0")
depends_on("py-diameter-synthesis@0.5.4:", type=("build", "run"), when="@1.1:")
depends_on("py-morphio@3.0:3", type=("build", "run"), when="@0.3.1")
depends_on("py-morphio@3.3.3:3", type=("build", "run"), when="@0.4.3")
depends_on("py-morphio@3.3.4:3", type=("build", "run"), when="@1:")
depends_on("py-click@8.0:", type=("build", "run"))
depends_on("py-dask+dataframe+distributed@2023.3.2:", type=("build", "run"))
depends_on("py-diameter-synthesis@0.5.4:", type=("build", "run"))
depends_on("py-morphio@3.3.4:3", type=("build", "run"))
depends_on("py-morph-tool@2.9.0:2 +neuron", type=("build", "run"))
depends_on("py-neuroc@0.2.8:", type=("build", "run"))
depends_on("py-neurom@3.0:3", type=("build", "run"))
depends_on("py-neurots@3.1:3.2", type=("build", "run"), when="@0.3.1")
depends_on("py-neurots@3.3.1", type=("build", "run"), when="@0.4.3")
depends_on("py-neurots@3.4.0:3", type=("build", "run"), when="@1:")
depends_on("py-neurots@3.4.0:3", type=("build", "run"))
depends_on("py-tqdm@4.28.1:", type=("build", "run"))
depends_on("py-voxcell@2.7:3.0", type=("build", "run"), when="@0.3.1")
depends_on("py-voxcell@3.1.1:3", type=("build", "run"), when="@0.4.3:")
depends_on("py-voxcell@3.1.1:3", type=("build", "run"))
depends_on("py-dask-mpi@2.0.0:", type=("build", "run"))
depends_on("py-mpi4py@3.0.3:", type=("build", "run"))

0 comments on commit 6f2c3d9

Please sign in to comment.