Skip to content

Commit

Permalink
brayns, py-brayns: release 3.8.2. (#2469)
Browse files Browse the repository at this point in the history
  • Loading branch information
Adrien4193 authored Jun 25, 2024
1 parent 1e8b7a0 commit f0ef102
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions bluebrain/deployment/environments/applications_viz.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,10 @@ spack:
specs:
- brayns
- [email protected]
- [email protected]
- py-bcsb
- py-brayns
- [email protected]
- [email protected]
- brion +python
- ultraliser ^hdf5~mpi
1 change: 1 addition & 0 deletions bluebrain/repo-bluebrain/packages/brayns/package.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ class Brayns(CMakePackage):
version("develop", branch="develop")
version("3.8.0", tag="3.8.0")
version("3.8.1", tag="3.8.1")
version("3.8.2", tag="3.8.2")

depends_on("[email protected]:", type="build")
depends_on("[email protected]:", type="build")
Expand Down
1 change: 1 addition & 0 deletions bluebrain/repo-bluebrain/packages/py-brayns/package.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ class PyBrayns(PythonPackage):
version("develop", branch="develop")
version("3.8.0", tag="3.8.0")
version("3.8.1", tag="3.8.1")
version("3.8.2", tag="3.8.2")

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

0 comments on commit f0ef102

Please sign in to comment.