Skip to content

Commit

Permalink
py-bcsb: release 2.5.0. (#2465)
Browse files Browse the repository at this point in the history
  • Loading branch information
Adrien4193 authored Jun 25, 2024
1 parent f0ef102 commit 2856bae
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions bluebrain/deployment/environments/applications_viz.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ spack:
- [email protected]
- [email protected]
- py-bcsb
- [email protected]
- py-brayns
- [email protected]
- [email protected]
Expand Down
1 change: 1 addition & 0 deletions bluebrain/repo-bluebrain/packages/py-bcsb/package.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ class PyBcsb(PythonPackage):
git = "ssh://[email protected]/viz/brayns/braynscircuitstudiobackend.git"

version("develop", branch="develop")
version("2.5.0", tag="v2.5.0")
version("2.4.1", tag="v2.4.1")

depends_on("[email protected]:", type=("build", "run"))
Expand Down

0 comments on commit 2856bae

Please sign in to comment.