From 401ea398abe2e83f24ccd16fb6463296d6d70dd4 Mon Sep 17 00:00:00 2001 From: Edan Bainglass Date: Mon, 23 Dec 2024 13:56:56 +0000 Subject: [PATCH] Move `aiida-core~=2.6` dependency to dev Keep old `aiida-core~=2.1` dependency --- pyproject.toml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index bb269f1..0b3a22c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -17,7 +17,7 @@ classifiers = [ 'Programming Language :: Python :: 3.12' ] dependencies = [ - 'aiida-core~=2.6', + 'aiida-core~=2.1', 'click~=8.0', 'pint~=0.23.0', 'requests~=2.20' @@ -46,6 +46,7 @@ requires-python = '>=3.9' [project.optional-dependencies] dev = [ + 'aiida-core~=2.6', 'pre-commit~=2.2', 'pytest>=6.0' ]