Update phonopy version dependency

This commit is contained in:
Atsushi Togo 2022-09-18 13:59:08 +09:00
parent ef8f029e09
commit 4474f0890d
3 changed files with 3 additions and 3 deletions

View File

@ -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

View File

@ -2,4 +2,4 @@ numpy >= 1.15.0
PyYAML
matplotlib >= 2.2.2
h5py
phonopy >=2.15,<2.16
phonopy >=2.16,<2.17

View File

@ -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,