From 37e68d79bf8505c764e8b9db0b70257c0a9c6135 Mon Sep 17 00:00:00 2001 From: Crivella Date: Fri, 24 Feb 2023 16:42:12 +0100 Subject: [PATCH] Tested compatibility with core==2.2.2 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 7dc0875..6f6e6fc 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -26,7 +26,7 @@ requires-python = '>=3.8' dependencies = [ 'numpy', 'z2pack==2.1.1', - 'aiida-core~=2.1.2', + 'aiida-core>=2.1.2,<=2.2.2', 'aiida_quantumespresso~=4.0', 'aiida_wannier90~=3.0.0' ]