From 9e4f005fddbc0490986639cfa1b13fca11006ba6 Mon Sep 17 00:00:00 2001 From: Sebastiaan Huber Date: Tue, 13 Apr 2021 10:54:10 +0200 Subject: [PATCH 1/2] Dependencies: increase lower requirement for `aiida-fleur` This minor release contains a change in the requirements of `aiida-fleur` that solves a dependency conflict. --- setup.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.json b/setup.json index 7d0ba2f4..d3263e61 100644 --- a/setup.json +++ b/setup.json @@ -21,7 +21,7 @@ "aiida-castep>=1.2.0a5", "aiida-core[atomic_tools]~=1.2", "aiida-cp2k~=1.3", - "aiida-fleur>=1.1.3", + "aiida-fleur>=1.1.4", "aiida-gaussian", "aiida-nwchem>=2.0.0", "aiida-orca", From 14a4b8e7ecd4e7f1cc3772ec1bc38c2b1f0e4b61 Mon Sep 17 00:00:00 2001 From: Sebastiaan Huber Date: Tue, 13 Apr 2021 12:33:35 +0200 Subject: [PATCH 2/2] Dependencies: add upper limit for `pymatgen` Newer versions break backwards compatibility. --- setup.json | 1 + 1 file changed, 1 insertion(+) diff --git a/setup.json b/setup.json index d3263e61..566a1fdb 100644 --- a/setup.json +++ b/setup.json @@ -29,6 +29,7 @@ "aiida-siesta~=1.1", "aiida-vasp", "ase==3.19", + "pymatgen<=2021.3.3", "sqlalchemy<1.4" ], "extras_require": {