From df196ad3c84abfa596e7bddf5f01a846e085824b Mon Sep 17 00:00:00 2001 From: Lars Bilke <lars.bilke@ufz.de> Date: Thu, 26 Sep 2024 16:18:25 +0200 Subject: [PATCH] Update aiida-shell and add Jinja for templating. --- workflow/requirements.txt | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/workflow/requirements.txt b/workflow/requirements.txt index 34a0c66..d8881be 100644 --- a/workflow/requirements.txt +++ b/workflow/requirements.txt @@ -1,4 +1,5 @@ aiida-core~=2.6 #git+https://github.com/aiidateam/aiida-core.git@main#egg=aiida-core -aiida-shell>=0.7.2 -pandas \ No newline at end of file +aiida-shell>=0.8.0 +pandas +Jinja2 \ No newline at end of file -- GitLab