Skip to content

Commit d2c4d38

Browse files
committed
Update scikit-build configuration to enable experimental metadata version providers
1 parent 7cca4b2 commit d2c4d38

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

pyproject.toml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,9 +34,11 @@ Issues = "https://github.com/contimod/cpp_hf/issues"
3434
[tool.scikit-build]
3535
# Optional: produce a per-tag build dir (nice for local dev)
3636
build-dir = "build/{wheel_tag}"
37+
# Required to enable non-builtin metadata version providers (setuptools_scm)
38+
experimental = true
3739

3840
[tool.scikit-build.cmake]
39-
minimum-version = "3.21"
41+
version = "3.21"
4042

4143
# You can pass -C cmake.define.X=... flags via pip to toggle features:
4244
# pip install . -C cmake.define.HF_USE_OPENMP=ON -C cmake.define.HF_USE_FFTW_THREADS=ON

0 commit comments

Comments
 (0)