From 076fcc4105358e26c3aa92a1b209a78440137921 Mon Sep 17 00:00:00 2001 From: Lia Domide <lia.domide@codemart.ro> Date: Mon, 17 Jul 2023 13:48:12 +0200 Subject: [PATCH] Update tvb-ext-unicore version to 1.2.0 --- base/requirements.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/base/requirements.txt b/base/requirements.txt index 477fc6a..f0b9f68 100644 --- a/base/requirements.txt +++ b/base/requirements.txt @@ -35,7 +35,7 @@ Pygments==2.11.2 python-swiftclient==3.13.0 PyJWT==2.3.0 pyOpenSSL==22.0.0 # TODO: Issue with 22.1 https://github.com/pyca/pyopenssl/issues/1154 -pyunicore==0.11.4 +pyunicore==0.15.0 requests-oauthlib==1.3.0 rise==5.7.1 rpy2==3.4.5 @@ -46,7 +46,7 @@ seaborn==0.11.2 statsmodels==0.13.1 sympy==1.9 tvb-ext-bucket==1.0.0 -tvb-ext-unicore==1.1.0 +tvb-ext-unicore==1.2.0 tvb-widgets==1.5.0 tvb-ext-xircuits==1.0.2 vincent==0.4.4 -- GitLab