Skip to content

Commit 29de755

Browse files
Update pyproject.toml
1 parent 7fb662b commit 29de755

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@ build-backend = "setuptools.build_meta"
88

99
[tool.cibuildwheel]
1010
environment = {
11-
CMAKE_ARGS="-DCMAKE_CUDA_ARCHITECTURES=\"60;70;80;90\""
12-
cuda="12.9"
11+
CMAKE_ARGS="-DCMAKE_CUDA_ARCHITECTURES=\"60;70;80;90\"",
12+
cuda="12.9",
1313
temp="/tmp/cuda-temp"
1414
}
1515
xbuild-tools = ["cmake", "ninja"]

0 commit comments

Comments
 (0)