Skip to content

Commit

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

0 comments on commit b46e270

Please sign in to comment.