From 4474f0890d1dbb3bddb256bf6e11bd406b6037b1 Mon Sep 17 00:00:00 2001 From: Atsushi Togo Date: Sun, 18 Sep 2022 13:59:08 +0900 Subject: [PATCH] Update phonopy version dependency --- conda/meta.yaml | 2 +- requirements.txt | 2 +- setup.py | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/conda/meta.yaml b/conda/meta.yaml index 2c215a8a..bfd0f7c5 100644 --- a/conda/meta.yaml +++ b/conda/meta.yaml @@ -46,7 +46,7 @@ requirements: - matplotlib-base>=2.2.2 - pyyaml - h5py - - phonopy>=2.15,<2.16 + - phonopy>=2.16,<2.17 - openblas - libgfortran - spglib diff --git a/requirements.txt b/requirements.txt index a2df5212..f46f2d02 100644 --- a/requirements.txt +++ b/requirements.txt @@ -2,4 +2,4 @@ numpy >= 1.15.0 PyYAML matplotlib >= 2.2.2 h5py -phonopy >=2.15,<2.16 +phonopy >=2.16,<2.17 diff --git a/setup.py b/setup.py index 6830f390..e36a82d6 100644 --- a/setup.py +++ b/setup.py @@ -210,7 +210,7 @@ def main(build_dir): "matplotlib>=2.2.2", "h5py", "spglib", - "phonopy>=2.15,<2.16", + "phonopy>=2.16,<2.17", ], provides=["phono3py"], scripts=scripts_phono3py,