Skip to content

Commit

Permalink
py-connectome-manipulator: less dependencies in the future
Browse files Browse the repository at this point in the history
  • Loading branch information
matz-e committed Jul 24, 2023
1 parent a06ad30 commit 4cff567
Showing 1 changed file with 3 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ class PyConnectomeManipulator(PythonPackage):
git = "ssh://git@bbpgitlab.epfl.ch/conn/structural/connectome_manipulator.git"

version("develop", branch="main")
version("0.0.4.20230721", commit="b02cb900")
version("0.0.4.20230721", commit="")
version("0.0.4", tag="connectome-manipulator-v0.0.4")

depends_on("parquet-converters@0.8.0:", type="run")
Expand All @@ -28,6 +28,7 @@ class PyConnectomeManipulator(PythonPackage):
depends_on("py-voxcell", type=("build", "run"))
depends_on("py-pyarrow+parquet@3.0.0:", type=("build", "run"))
depends_on("py-jsonpickle", type=("build", "run"))
depends_on("py-submitit", type=("build", "run"))
depends_on("py-distributed", type=("build", "run"))
depends_on("py-dask-mpi", type=("build", "run"))

depends_on("py-submitit", type=("build", "run"), when="@:0.04")

0 comments on commit 4cff567

Please sign in to comment.