Skip to content

Commit

Permalink
Deps: aiidalab-base-widget to 1.3.3 (#227)
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
unkcpz authored May 6, 2022
1 parent 247af0f commit 6df0a0e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 6df0a0e

Please sign in to comment.