Skip to content

Commit 571253b

Browse files
test
1 parent 3cac2c8 commit 571253b

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

pyproject.toml

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,13 @@
11
[build-system]
22
requires = [
3-
"setuptools",
3+
"setuptools>=42",
44
"ninja",
5-
"cmake"
5+
"cmake>=3.18,<3.29"
66
]
77
build-backend = "setuptools.build_meta"
88

99
[tool.cibuildwheel]
1010
environment = { cuda = "12.9", temp = "/tmp/cuda-temp" }
11-
environment-pass = [
12-
"CUDA_PATH"
13-
]
1411
xbuild-tools = ["cmake", "ninja"]
1512

1613
[tool.cibuildwheel.linux]

0 commit comments

Comments
 (0)