From aec086fcbc548193bd9611d621cade4a3a581936 Mon Sep 17 00:00:00 2001 From: Jinzhe Zeng Date: Fri, 8 Sep 2023 20:24:48 -0400 Subject: [PATCH] set the minimal dpdata version --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index b89858ba6..2e80d1e61 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -19,7 +19,7 @@ classifiers = [ ] dependencies = [ 'numpy>=1.14.3', - 'dpdata>=0.2.6,!=0.2.11', + 'dpdata>=0.2.16', 'pymatgen>=2022.11.1', 'ase', 'monty>2.0.0',