We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3cac2c8 commit 571253bCopy full SHA for 571253b
1 file changed
pyproject.toml
@@ -1,16 +1,13 @@
1
[build-system]
2
requires = [
3
- "setuptools",
+ "setuptools>=42",
4
"ninja",
5
- "cmake"
+ "cmake>=3.18,<3.29"
6
]
7
build-backend = "setuptools.build_meta"
8
9
[tool.cibuildwheel]
10
environment = { cuda = "12.9", temp = "/tmp/cuda-temp" }
11
-environment-pass = [
12
- "CUDA_PATH"
13
-]
14
xbuild-tools = ["cmake", "ninja"]
15
16
[tool.cibuildwheel.linux]
0 commit comments