Skip to content

Commit ec66510

Browse files
committed
Update scikit-build configuration to specify version constraints and correct metadata provider
1 parent d2c4d38 commit ec66510

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,13 +38,13 @@ build-dir = "build/{wheel_tag}"
3838
experimental = true
3939

4040
[tool.scikit-build.cmake]
41-
version = "3.21"
41+
version = ">=3.21"
4242

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

4646
[tool.scikit-build.metadata.version]
47-
provider = "setuptools_scm"
47+
provider = "scikit_build_core.metadata.setuptools_scm"
4848

4949
[tool.setuptools_scm]
5050
# Strip leading 'v' from tags like v1.2.3 automatically

0 commit comments

Comments
 (0)