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 2dea03d commit 61d60f4Copy full SHA for 61d60f4
pyproject.toml
@@ -7,6 +7,11 @@ requires = [
7
build-backend = "setuptools.build_meta"
8
9
[tool.cibuildwheel]
10
+manylinux_x86_64-image = "manylinux2014"
11
+manylinux-pypy_x86_64-image = "manylinux2014"
12
+manylinux-aarch64-image = "manylinux2014"
13
+manylinux-ppc64le-image = "manylinux2014"
14
+manylinux-s390x-image = "manylinux2014"
15
xbuild-tools = ["cmake", "ninja"]
16
17
[tool.cibuildwheel.linux]
@@ -18,7 +23,7 @@ before-all = [
18
23
19
24
20
25
[tool.cibuildwheel.linux.environment]
21
-cuda = "12.9"
26
+cuda = "12.4"
22
27
temp = "/tmp/cuda-temp"
28
CUDA_PATH = "/usr/local/cuda-${cuda}"
29
PATH = "${PATH}:${CUDA_PATH}/bin"
0 commit comments