Skip to content

Commit

Permalink
Update phonopy version dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
atztogo committed Jun 29, 2024
1 parent e57e1c5 commit 4f95be3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@ numpy >= 1.17.0
PyYAML >= 5.3
matplotlib >= 2.2.2
h5py >= 3.0
phonopy >=2.24,<2.25
phonopy >=2.25,<2.26
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -326,7 +326,7 @@ def main(build_dir):
"matplotlib>=2.2.2",
"h5py>=3.0",
"spglib>=2.0",
"phonopy>=2.24,<2.25",
"phonopy>=2.25,<2.26",
],
provides=["phono3py"],
scripts=scripts_phono3py,
Expand Down

0 comments on commit 4f95be3

Please sign in to comment.