Skip to content

Commit

Permalink
Use dev branch
Browse files Browse the repository at this point in the history
  • Loading branch information
ferdonline committed Aug 28, 2023
1 parent be3af28 commit 0e3fe8d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions bluebrain/repo-bluebrain/packages/neurodamus/package.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,9 @@ class Neurodamus(Package):
homepage = "https://bbpgitlab.epfl.ch/hpc/sim/neurodamus-models"
git = "ssh://git@bbpgitlab.epfl.ch/hpc/sim/neurodamus-models.git"

version("develop", branch="main", submodules=True)
version("develop", branch="model_combiner", submodules=True)
# Let the version scheme be different to avoid mixing with old neurodamus-**?
version("2023.05", tag="0.0.2", submodules=True)
# version("2023.05", tag="0.0.2", submodules=True)

variant("synapsetool", default=True, description="Enable SynapseTool reader (for edges)")
variant("mvdtool", default=True, description="Enable MVDTool reader (for nodes)")
Expand Down

0 comments on commit 0e3fe8d

Please sign in to comment.