From ebde6f17bfb76a0ffb326d25cd668e93fffaa6c9 Mon Sep 17 00:00:00 2001 From: Marnik Bercx Date: Tue, 29 Aug 2023 12:27:17 +0000 Subject: [PATCH] Switch to `abipy` develop branch --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 4a0bcd91..fdadfff7 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -22,7 +22,7 @@ classifiers = [ keywords = ['aiida', 'workflows'] requires-python = '>=3.8' dependencies = [ - 'abipy @ git+https://github.com/mbercx/abipy.git@fix/acwf-tests', + 'abipy @ git+https://github.com/abinit/abipy.git@develop', 'aiida-abinit~=0.4.0', 'aiida-bigdft>=0.2.6', 'aiida-castep>=1.2.0a5',