Skip to content

Commit

Permalink
Update pyproject.toml for PEP639
Browse files Browse the repository at this point in the history
  • Loading branch information
atztogo committed Mar 1, 2025
1 parent 7a2b54f commit 267b377
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[build-system]
requires = ["scikit-build-core", "nanobind", "numpy"]
requires = ["scikit-build-core>=0.11", "nanobind", "numpy"]
build-backend = "scikit_build_core.build"

[project]
Expand All @@ -18,7 +18,7 @@ dependencies = [
"spglib",
"phonopy>=2.37.1,<2.38",
]
license = { file = "LICENSE" }
license = "BSD-3-Clause"

[project.urls]
Homepage = "https://phonopy.github.io/phono3py/"
Expand Down

0 comments on commit 267b377

Please sign in to comment.