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

fix typo

parent ce315f74
No related branches found
No related tags found
No related merge requests found
Pipeline #60558 failed with stage
in 15 minutes and 52 seconds
...@@ -52,7 +52,7 @@ class PyTvbWidgets(PythonPackage): ...@@ -52,7 +52,7 @@ class PyTvbWidgets(PythonPackage):
depends_on('py-trame', type=('build', 'run')) depends_on('py-trame', type=('build', 'run'))
depends_on('py-trame-vuetify', type=('build', 'run')) depends_on('py-trame-vuetify', type=('build', 'run'))
depends_on('py-trame-vtk', type=('build', 'run')) depends_on('py-trame-vtk', type=('build', 'run'))
depends_on('py-ipyreact@0.4.1:', , type=('build', 'run')) depends_on('py-ipyreact@0.4.1:', type=('build', 'run'))
depends_on('py-pytest', type='test') depends_on('py-pytest', type='test')
depends_on('py-pytest-mock', 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