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 47772d5 commit a6ce4abCopy full SHA for a6ce4ab
pyproject.toml
@@ -6,10 +6,10 @@ requires = [
6
]
7
build-backend = "setuptools.build_meta"
8
9
-[tools.cibuildwheel]
+[tool.cibuildwheel]
10
xbuild-tools = ["cmake", "ninja"]
11
12
-[tools.cibuildwheel.linux]
+[tool.cibuildwheel.linux]
13
before-all = [
14
"chmod +x {package}/tensor-array-repo/Tensor-Array/scripts/actions/install-cuda-ubuntu.sh",
15
"{package}/tensor-array-repo/Tensor-Array/scripts/actions --cuda=12.9 --temp=/tmp/cuda-temp"
0 commit comments