From 40e8a48d9a9585b7bfac3d2fa96e778ee428da36 Mon Sep 17 00:00:00 2001 From: Lia Domide <lia.domide@codemart.ro> Date: Fri, 21 Mar 2025 04:43:01 +0100 Subject: [PATCH] fix(py-tvb-ext-xircuits): don't constrain py-tvb-widgets version --- packages/py-tvb-ext-xircuits/package.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/py-tvb-ext-xircuits/package.py b/packages/py-tvb-ext-xircuits/package.py index 23bd0db6..5f3b5e79 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') -- GitLab