Skip to content
Snippets Groups Projects
Commit 3d313033 authored by Eleni Mathioulaki's avatar Eleni Mathioulaki
Browse files

fix(py-tvb-widgets): add missing dependencies

parent 91663b46
No related branches found
No related tags found
2 merge requests!676create new experimental release,!665Add missing tvb-widgets dependencies
......@@ -48,6 +48,13 @@ class PyTvbWidgets(PythonPackage):
depends_on('py-toml', type=('build', 'run'))
depends_on('py-bokeh', type=('build', 'run'))
depends_on('vtk@9:9.3', type=('build', 'run'))
depends_on('xorg-server~dri', type=('build', 'run'))
depends_on('py-trame', type=('build', 'run'))
depends_on('py-trame-vuetify', type=('build', 'run'))
depends_on('py-trame-vtk', type=('build', 'run'))
depends_on('py-ipyreact@0.4.1:', type=('build', 'run'))
depends_on('py-pythreejs', type=('build', 'run'))
depends_on('py-plotly-resampler', type=('build', 'run'))
depends_on('py-pytest', type='test')
depends_on('py-pytest-mock', type='test')
......@@ -58,5 +65,6 @@ class PyTvbWidgets(PythonPackage):
with working_dir('spack-test', create=True):
python('-c',
'import tvbwidgets; '
'from tvbwidgets.ui.pse_widget import PSEWidget')
'from tvbwidgets.ui.pse_widget import PSEWidget; '
'from tvbwidgets.api import ConnectivityWidget')
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment