Skip to content

Commit

Permalink
py-connectome-manipulator: fix location (#2459)
Browse files Browse the repository at this point in the history
  • Loading branch information
matz-e authored Jun 14, 2024
1 parent 1c90769 commit b9849b1
Showing 1 changed file with 3 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -10,14 +10,10 @@
class PyConnectomeManipulator(PythonPackage):
"""Connectome generator tool."""

homepage = "https://bbpgitlab.epfl.ch/conn/structural/connectome_manipulator"
git = "ssh://[email protected]/conn/structural/connectome_manipulator.git"
homepage = "https://github.com/BlueBrain/connectome-manipulator"
git = "https://github.com/BlueBrain/connectome-manipulator.git"

version("develop", branch="main")
version("0.0.10", tag="connectome-manipulator-v0.0.10")
version("0.0.9", tag="connectome-manipulator-v0.0.9")
version("0.0.8", tag="connectome-manipulator-v0.0.8")
version("0.0.6", tag="connectome-manipulator-v0.0.6")

variant(
"convert",
Expand All @@ -37,4 +33,4 @@ class PyConnectomeManipulator(PythonPackage):
depends_on("py-pyarrow+parquet+dataset", type=("build", "run"))
depends_on("py-distributed", type=("build", "run"))
depends_on("py-dask-mpi", type=("build", "run"))
depends_on("py-tables", type=("build", "run"), when="@0.0.7:")
depends_on("py-tables", type=("build", "run"))

0 comments on commit b9849b1

Please sign in to comment.