We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 44d400e commit b1d8c55Copy full SHA for b1d8c55
pyproject.toml
@@ -28,6 +28,7 @@ before-all = [
28
"chmod +x scripts/build-env/manylinux.sh",
29
"scripts/build-env/manylinux.sh"
30
]
31
+repair-wheel-command = "auditwheel repair --exclude libcu*.so -w {dest_dir} {wheel}"
32
33
[tool.cibuildwheel.linux.environment]
34
cuda = "12.9"
0 commit comments