Skip to content

Commit 61d60f4

Browse files
Update pyproject.toml
1 parent 2dea03d commit 61d60f4

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

pyproject.toml

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

99
[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"
1015
xbuild-tools = ["cmake", "ninja"]
1116

1217
[tool.cibuildwheel.linux]
@@ -18,7 +23,7 @@ before-all = [
1823
xbuild-tools = ["cmake", "ninja"]
1924

2025
[tool.cibuildwheel.linux.environment]
21-
cuda = "12.9"
26+
cuda = "12.4"
2227
temp = "/tmp/cuda-temp"
2328
CUDA_PATH = "/usr/local/cuda-${cuda}"
2429
PATH = "${PATH}:${CUDA_PATH}/bin"

0 commit comments

Comments
 (0)