From 6df0a0e071e6131b5ccf481298e59e9d33c6283f Mon Sep 17 00:00:00 2001 From: "Jason.Yu" Date: Fri, 6 May 2022 12:12:46 +0200 Subject: [PATCH] Deps: aiidalab-base-widget to 1.3.3 (#227) fixes #226 New patch release v1.3.3 of aiidalab-base-widget fix the issue of after setup the computer and code the new setup not refreshed and shown in the list. It refactored a bit of `ComputerResourceWidget` so when triggering the copy of ssh to a remote machine (and its jump hosts) a new thread is open and wait till the response is retrieved or timeout (30 seconds) reached. --- setup.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.cfg b/setup.cfg index 016a29c5a..ad96883b6 100644 --- a/setup.cfg +++ b/setup.cfg @@ -28,7 +28,7 @@ install_requires = aiida-core~=1.0 aiida-quantumespresso~=3.5 aiidalab-qe-workchain@https://github.com/aiidalab/aiidalab-qe/releases/download/v22.04.0/aiidalab_qe_workchain-1.0-py3-none-any.whl - aiidalab-widgets-base~=1.3.0 + aiidalab-widgets-base~=1.3.3 filelock~=3.3.0 importlib-resources~=5.2.2 widget-bandsplot~=0.2.8