From 916dfbbf4ef29d3e74f59f4321e52c22e5c046bf Mon Sep 17 00:00:00 2001 From: Matteo Giantomassi Date: Sat, 14 Dec 2024 17:57:58 +0100 Subject: [PATCH] Try phonopy<=2.31.2 --- requirements.txt | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index 2ad6d5c5a..7493f0d99 100644 --- a/requirements.txt +++ b/requirements.txt @@ -20,7 +20,7 @@ plotly ipython chart-studio click -phonopy<=2.32.0 +phonopy<=2.31.2 ase # TODO remove after https://github.com/materialsproject/emmet/issues/768 is fixed pydantic<2.0.0 diff --git a/setup.py b/setup.py index a259a5a02..e569600da 100755 --- a/setup.py +++ b/setup.py @@ -166,7 +166,7 @@ def cleanup(): "ipython", "chart-studio", "click", - "phonopy<=2.32.0", + "phonopy<=2.31.2", "ase", #"custodian", #pydantic,