Skip to content

Commit

Permalink
Remove unnecessary pyproject optional dependency
Browse files Browse the repository at this point in the history
scikit-build-core made `[pyproject]` and empty optional dependency since 0.9.0
  • Loading branch information
LecrisUT committed Aug 30, 2024
1 parent dcb0d0c commit 035e932
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[build-system]
requires = ["scikit-build-core[pyproject]>=0.9.2"]
requires = ["scikit-build-core>=0.9.2"]
build-backend = "scikit_build_core.build"

[project]
Expand Down

0 comments on commit 035e932

Please sign in to comment.