Skip to content

Commit 4d9cec0

Browse files
committed
Refines Python and Torch version specifications for improved compatibility
1 parent 735df58 commit 4d9cec0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/publish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,8 +44,8 @@ jobs:
4444
# Using ubuntu-22.04 instead of 24.04 for more compatibility (glibc). Ideally we'd use the
4545
# manylinux docker image, but I haven't figured out how to install CUDA on manylinux.
4646
os: [ubuntu-22.04]
47-
python-version: ["3.9", "3.10", "3.11", "3.12"]
48-
torch-version: ["2.5.1", "2.6.0", "2.7.1", "2.8.0"]
47+
python-version: ["3.9", "3.10", "3.12"]
48+
torch-version: ["2.6.0", "2.7.1", "2.8.0"]
4949
cuda-version: ["12.9.1"]
5050
# We need separate wheels that either uses C++11 ABI (-D_GLIBCXX_USE_CXX11_ABI) or not.
5151
# Pytorch wheels currently don't use it, but nvcr images have Pytorch compiled with C++11 ABI.

0 commit comments

Comments
 (0)