We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d2c4d38 commit ec66510Copy full SHA for ec66510
1 file changed
pyproject.toml
@@ -38,13 +38,13 @@ build-dir = "build/{wheel_tag}"
38
experimental = true
39
40
[tool.scikit-build.cmake]
41
-version = "3.21"
+version = ">=3.21"
42
43
# You can pass -C cmake.define.X=... flags via pip to toggle features:
44
# pip install . -C cmake.define.HF_USE_OPENMP=ON -C cmake.define.HF_USE_FFTW_THREADS=ON
45
46
[tool.scikit-build.metadata.version]
47
-provider = "setuptools_scm"
+provider = "scikit_build_core.metadata.setuptools_scm"
48
49
[tool.setuptools_scm]
50
# Strip leading 'v' from tags like v1.2.3 automatically
0 commit comments