From fc2432185ba118e8265da93914373a209ef93b12 Mon Sep 17 00:00:00 2001 From: Jan Janssen Date: Tue, 19 Mar 2024 10:21:17 -0500 Subject: [PATCH 1/2] Update pyproject.toml --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index d1269774f..dd4d551e5 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -52,7 +52,7 @@ surface = [ "pymatgen==2024.3.1", ] phonopy = [ - "phonopy==2.21.2", + "phonopy==2.22.0", "spglib==2.3.1", ] pyxtal = ["pyxtal==0.6.2"] From ed595a20620aeed2c2e5e1f74492dfdb249f8ad8 Mon Sep 17 00:00:00 2001 From: Jan Janssen Date: Tue, 19 Mar 2024 10:21:32 -0500 Subject: [PATCH 2/2] Update environment.yml --- .ci_support/environment.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.ci_support/environment.yml b/.ci_support/environment.yml index d7ff998a0..7d7a43987 100644 --- a/.ci_support/environment.yml +++ b/.ci_support/environment.yml @@ -9,7 +9,7 @@ dependencies: - nglview =3.1.2 - notebook - numpy =1.26.4 -- phonopy =2.21.2 +- phonopy =2.22.0 - plotly =5.19.0 - pymatgen =2024.3.1 - pyscal =2.10.18