Skip to content

Commit

Permalink
brayns, py-brayns: release 3.10.1. (#2527)
Browse files Browse the repository at this point in the history
  • Loading branch information
Adrien4193 authored Nov 26, 2024
1 parent bce4db5 commit 89524e6
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions bluebrain/deployment/environments/applications_viz.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,9 @@ spack:
- ultraliser
specs:
- brayns
- brayns@3.8.3
- brayns@3.10.1
- py-bcsb
- py-brayns
- py-brayns@3.8.3
- py-brayns@3.10.1
- brion +python
- ultraliser ^hdf5~mpi
2 changes: 1 addition & 1 deletion bluebrain/repo-bluebrain/packages/brayns/package.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ class Brayns(CMakePackage):
submodules = False

version("develop", branch="develop")
version("3.8.3", tag="3.8.3")
version("3.10.0", tag="3.10.0")
version("3.10.1", tag="3.10.1")

depends_on("[email protected]:", type="build")
depends_on("[email protected]:", type="build")
Expand Down
2 changes: 1 addition & 1 deletion bluebrain/repo-bluebrain/packages/py-brayns/package.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@ class PyBrayns(PythonPackage):
build_directory = "python"

version("develop", branch="develop")
version("3.8.3", tag="3.8.3")
version("3.10.0", tag="3.10.0")
version("3.10.1", tag="3.10.1")

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

0 comments on commit 89524e6

Please sign in to comment.