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' ]