From 62baf0b5a7a955023fce2c6b9b7ea405ad7d56ed Mon Sep 17 00:00:00 2001 From: Alexander Goscinski Date: Mon, 18 Nov 2024 15:44:38 +0100 Subject: [PATCH] revert version changes --- pyproject.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index c7392bf..4ae1fe3 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -25,10 +25,10 @@ classifiers = [ keywords = ['aiida', 'workflows'] requires-python = '>=3.8' dependencies = [ - #'aiida-core~=2.0', - #'fastapi~=0.65.1', + 'aiida-core~=2.0', + 'fastapi~=0.65.1', 'uvicorn[standard]~=0.19.0', - #'pydantic~=1.10', + 'pydantic~=1.10', 'graphene~=2.0', 'python-dateutil~=2.0', 'lark~=0.11.0',