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

fix(py-tvb-ext-xircuits): don't constrain py-tvb-widgets version

parent 908d3585
No related branches found
No related tags found
2 merge requests!663create new experimental release,!626xircuits should not constraint tvb-widgets version
Pipeline #60489 waiting for manual action with stage
in 25 minutes and 36 seconds
......@@ -38,7 +38,7 @@ class PyTvbExtXircuits(PythonPackage):
depends_on('py-tvb-framework', type=("build", "run"))
depends_on('py-tvb-ext-bucket', type=("build", "run"))
depends_on('py-tvb-ext-unicore', type=("build", "run"))
depends_on('py-tvb-widgets@1.0:', type=("build", "run"))
depends_on('py-tvb-widgets', type=("build", "run"))
depends_on('py-pytest', 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