From 1343b582aa5d76a170c4330e45afc6befb49f2c9 Mon Sep 17 00:00:00 2001 From: Jusong Yu Date: Thu, 11 Jan 2024 20:48:41 +0100 Subject: [PATCH] Bump aiida-quantumespresso to 4.4.0 and unpinning pydantic The pydantic is pinned in https://github.com/aiidalab/aiidalab-qe/pull/416, after the release of `aiida-quantumespresso` it is not needed, this PR bump the aiida-quantumespresso and unpin the pydantic. --- setup.cfg | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/setup.cfg b/setup.cfg index dba97494..bd7bf7f1 100644 --- a/setup.cfg +++ b/setup.cfg @@ -26,13 +26,12 @@ packages = find: install_requires = aiida-core~=2.2,<3 Jinja2~=3.0 - aiida-quantumespresso~=4.3.0 + aiida-quantumespresso~=4.4.0 aiidalab-widgets-base==2.1.0rc0 aiida-pseudo~=1.4 filelock~=3.8 importlib-resources~=5.2 widget-bandsplot~=0.5.1 - pydantic~=1.10,>=1.10.8 python_requires = >=3.8 [options.packages.find]