From 133679e04f8ae399adc5625290332db0ac71ef8a Mon Sep 17 00:00:00 2001 From: Alexander Goscinski Date: Thu, 17 Oct 2024 17:03:23 +0200 Subject: [PATCH] Pin aiida-core to >=2.5 To be consistent with aiida-icon. --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index d7690168..3675b1ee 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -28,7 +28,7 @@ dependencies = [ "isoduration", "pydantic", "pydantic-yaml", - "aiida-core" + "aiida-core>=2.5" ] [tool.pytest.ini_options]