Update pyrpoject.toml

This commit is contained in:
Atsushi Togo 2025-03-03 12:13:38 +09:00
parent 02a089ce91
commit b22639ee1d
1 changed files with 3 additions and 2 deletions

View File

@ -16,9 +16,10 @@ dependencies = [
"matplotlib",
"h5py",
"spglib",
"phonopy>=2.37.1,<2.38",
"phonopy>=2.38.0,<2.39",
]
license = { file = "LICENSE" }
license = "BSD-3-Clause"
license-files = ["LICENSE"]
[project.urls]
Homepage = "https://phonopy.github.io/phono3py/"