Skip to content

Commit

Permalink
chore: use scikit-build-core 0.10
Browse files Browse the repository at this point in the history
  • Loading branch information
henryiii authored Aug 20, 2024
1 parent 26ff4b2 commit ccad1a9
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 >=0.4.3", "nanobind >=1.3.2"]
requires = ["scikit-build-core >=0.10", "nanobind >=1.3.2"]
build-backend = "scikit_build_core.build"

[project]
Expand All @@ -21,7 +21,7 @@ Homepage = "https://github.com/wjakob/nanobind_example"

[tool.scikit-build]
# Protect the configuration against future changes in scikit-build-core
minimum-version = "0.4"
minimum-version = "build-system.requires"

# Setuptools-style build caching in a local directory
build-dir = "build/{wheel_tag}"
Expand Down

0 comments on commit ccad1a9

Please sign in to comment.