From f1a30d6029dce5c6ec0a6a3132405bf5f793b264 Mon Sep 17 00:00:00 2001 From: Daniel Hollas Date: Sun, 17 Nov 2024 23:53:24 +0000 Subject: [PATCH] Try 2.0 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 640a724..86182fa 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -43,7 +43,7 @@ urls = {Homepage = "https://aiida-testing.readthedocs.io/"} requires-python = ">=3.7" # Note the dependency on setuptools due to pkg_resources dependencies = [ - "aiida-core>=1.0.0,<2.6", + "aiida-core>=1.0.0,<2.1", "pytest>=7.0", "voluptuous~=0.12", "setuptools",