diff --git a/packages/py-tvb-ext-xircuits/package.py b/packages/py-tvb-ext-xircuits/package.py index 23bd0db6c36c469890c74a9b0b252f4a651f241a..5f3b5e79e0b6c4dd0c4d138ad0e006dfc74c9f54 100644 --- a/packages/py-tvb-ext-xircuits/package.py +++ b/packages/py-tvb-ext-xircuits/package.py @@ -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')