Skip to content
Snippets Groups Projects
Commit a1c0c226 authored by Lia Domide's avatar Lia Domide :christmas_tree: Committed by Eleni Mathioulaki
Browse files

fix(py-tvb-widgets): relax VTK version dependency

Pinned dependency on vtk@9.2.6 (that should be avoided anyway) conflicts with gcc@13. vtk@9 was selected as a lower limit to avoid using older versions since compatibility has not been tested.
parent 95de5971
No related branches found
No related tags found
No related merge requests found
......@@ -47,8 +47,7 @@ class PyTvbWidgets(PythonPackage):
depends_on('py-traitlets@5.7.1:', type=('build', 'run'))
depends_on('py-toml', type=('build', 'run'))
depends_on('py-bokeh', type=('build', 'run'))
depends_on('vtk@=9.2.6', type=('build', 'run'))
depends_on('vtk@9:9.3', type=('build', 'run'))
depends_on('py-pytest', type='test')
depends_on('py-pytest-mock', type='test')
......
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