Update phonopy version dependency

This commit is contained in:
Atsushi Togo 2022-05-24 15:28:45 +09:00
parent 2ea8ab15af
commit 130b4c653c
3 changed files with 4 additions and 4 deletions

View File

@ -33,7 +33,7 @@ requirements:
- matplotlib-base>=2.2.2
- pyyaml
- h5py
- phonopy>=2.13,<2.14
- phonopy>=2.15,<2.16
- openblas
- libgfortran
- spglib
@ -46,7 +46,7 @@ requirements:
- matplotlib-base>=2.2.2
- pyyaml
- h5py
- phonopy>=2.13,<2.14
- phonopy>=2.15,<2.16
- openblas
- libgfortran
- spglib

View File

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

View File

@ -198,7 +198,7 @@ if __name__ == "__main__":
"matplotlib>=2.2.2",
"h5py",
"spglib",
"phonopy>=2.14,<2.15",
"phonopy>=2.15,<2.16",
],
provides=["phono3py"],
scripts=scripts_phono3py,