Skip to content

Commit

Permalink
Update pyproject.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
anaegel authored May 15, 2024
1 parent a6e52f3 commit 071cd39
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
[build-system]
requires = [
"setuptools>=42",
"scikit-build>=0.13",
"scikit-build>=0.3.3",
"cmake>=3.18",
"ninja",
"pybind11"
]
build-backend = "setuptools.build_meta"
# build-backend = "setuptools.build_meta"
build-backend = "scikit_build_core.build"

0 comments on commit 071cd39

Please sign in to comment.