Skip to content

Commit 1774e15

Browse files
Update pyproject.toml
1 parent 29de755 commit 1774e15

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

pyproject.toml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,7 @@ requires = [
77
build-backend = "setuptools.build_meta"
88

99
[tool.cibuildwheel]
10-
environment = {
11-
CMAKE_ARGS="-DCMAKE_CUDA_ARCHITECTURES=\"60;70;80;90\"",
12-
cuda="12.9",
13-
temp="/tmp/cuda-temp"
14-
}
10+
environment = { CMAKE_ARGS="-DCMAKE_CUDA_ARCHITECTURES=\"60;70;80;90\"", cuda="12.9", temp="/tmp/cuda-temp" }
1511
xbuild-tools = ["cmake", "ninja"]
1612

1713
[tool.cibuildwheel.linux]

0 commit comments

Comments
 (0)