Skip to content

Commit

Permalink
Adds missing module to viz environment (#1769)
Browse files Browse the repository at this point in the history
  • Loading branch information
NadirRoGue authored and matz-e committed Jan 25, 2023
1 parent 87028ef commit 4ff3d72
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
5 changes: 3 additions & 2 deletions bluebrain/deployment/environments/applications_viz.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,12 @@ spack:
tcl:
include:
- brayns
- py-brayns
- brion+python
- meshball
- ultraliser
specs:
#- brayns +brion
#- brayns@1.1.0 +brion+net ^[email protected]
- brayns
- py-brayns
- brion +python
#- ultraliser ^hdf5~mpi
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 @@ -20,5 +20,5 @@ class PyBrayns(PythonPackage):
version('develop', branch='develop')
version('3.0.0', tag='3.0.0')

depends_on('[email protected]')
depends_on('[email protected]:', type=('build', 'run'))
depends_on('[email protected]:')

0 comments on commit 4ff3d72

Please sign in to comment.