Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitd31b9e1

Browse files
Update pyproject.toml
1 parent4ce153f commitd31b9e1

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

‎pyproject.toml‎

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -10,12 +10,12 @@ skip = [
1010
"pp*",
1111
"*-musllinux*",
1212
]
13-
manylinux-x86_64-image ="manylinux2014"
14-
manylinux-i686-image ="manylinux2014"
15-
manylinux-pypy_x86_64-image ="manylinux2014"
16-
manylinux-aarch64-image ="manylinux2014"
17-
manylinux-ppc64le-image ="manylinux2014"
18-
manylinux-s390x-image ="manylinux2014"
13+
#manylinux-x86_64-image = "manylinux2014"
14+
#manylinux-i686-image = "manylinux2014"
15+
#manylinux-pypy_x86_64-image = "manylinux2014"
16+
#manylinux-aarch64-image = "manylinux2014"
17+
#manylinux-ppc64le-image = "manylinux2014"
18+
#manylinux-s390x-image = "manylinux2014"
1919
# musllinux_x86_64-image = "musllinux_1_1"
2020
# musllinux_i686-image = "musllinux_1_1"
2121
# musllinux_aarch64-image = "musllinux_1_1"
@@ -30,7 +30,7 @@ before-all = [
3030
]
3131

3232
[tool.cibuildwheel.linux.environment]
33-
cuda ="12.4"
33+
cuda ="12.9"
3434
temp ="/tmp/cuda-temp"
3535
CUDA_PATH ="/usr/local/cuda-${cuda}"
3636
PATH ="${PATH}:${CUDA_PATH}/bin"

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp