Skip to content

Commit 2be752e

Browse files
authored
Add PyTorch 2.11 support (#409)
1 parent 0076b8c commit 2be752e

File tree

3 files changed

+15
-15
lines changed

3 files changed

+15
-15
lines changed

.github/workflows/building.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
matrix:
1717
os: [ubuntu-22.04, macos-14, windows-2022, ubuntu-22.04-arm]
1818
python-version: ['3.10', '3.11', '3.12', '3.13', '3.14']
19-
torch-version: [2.9.0, 2.10.0]
19+
torch-version: [2.11.0]
2020
cuda-version: ['cpu', 'cu126', 'cu128', 'cu130']
2121
exclude:
2222
- os: windows-2022

.github/workflows/testing.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,9 @@ jobs:
1818
strategy:
1919
fail-fast: false
2020
matrix:
21-
os: [ubuntu-latest, windows-2022]
21+
os: [ubuntu-latest, macos-latest, windows-2022]
2222
python-version: ['3.10']
23-
torch-version: [2.9.0, 2.10.0]
23+
torch-version: [2.11.0]
2424

2525
steps:
2626
- uses: actions/checkout@v4

README.md

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -34,12 +34,12 @@ Note that only `value` comes with autograd support, as `index` is discrete and t
3434

3535
We provide pip wheels for all major OS/PyTorch/CUDA combinations, see [here](https://data.pyg.org/whl).
3636

37-
#### PyTorch 2.10
37+
#### PyTorch 2.11
3838

39-
To install the binaries for PyTorch 2.10, simply run
39+
To install the binaries for PyTorch 2.11, simply run
4040

4141
```
42-
pip install torch-scatter torch-sparse -f https://data.pyg.org/whl/torch-2.10.0+${CUDA}.html
42+
pip install torch-scatter torch-sparse -f https://data.pyg.org/whl/torch-2.11.0+${CUDA}.html
4343
```
4444

4545
where `${CUDA}` should be replaced by either `cpu`, `cu126`, `cu128`, or `cu130` depending on your PyTorch installation.
@@ -50,12 +50,12 @@ where `${CUDA}` should be replaced by either `cpu`, `cu126`, `cu128`, or `cu130`
5050
| **Windows** |||||
5151
| **macOS** || | | |
5252

53-
#### PyTorch 2.9
53+
#### PyTorch 2.10
5454

55-
To install the binaries for PyTorch 2.9, simply run
55+
To install the binaries for PyTorch 2.10, simply run
5656

5757
```
58-
pip install torch-scatter torch-sparse -f https://data.pyg.org/whl/torch-2.9.0+${CUDA}.html
58+
pip install torch-scatter torch-sparse -f https://data.pyg.org/whl/torch-2.10.0+${CUDA}.html
5959
```
6060

6161
where `${CUDA}` should be replaced by either `cpu`, `cu126`, `cu128`, or `cu130` depending on your PyTorch installation.
@@ -66,23 +66,23 @@ where `${CUDA}` should be replaced by either `cpu`, `cu126`, `cu128`, or `cu130`
6666
| **Windows** |||||
6767
| **macOS** || | | |
6868

69-
#### PyTorch 2.8
69+
#### PyTorch 2.9
7070

71-
To install the binaries for PyTorch 2.8, simply run
71+
To install the binaries for PyTorch 2.9, simply run
7272

7373
```
74-
pip install torch-scatter torch-sparse -f https://data.pyg.org/whl/torch-2.8.0+${CUDA}.html
74+
pip install torch-scatter torch-sparse -f https://data.pyg.org/whl/torch-2.9.0+${CUDA}.html
7575
```
7676

77-
where `${CUDA}` should be replaced by either `cpu`, `cu126`, `cu128`, or `cu129` depending on your PyTorch installation.
77+
where `${CUDA}` should be replaced by either `cpu`, `cu126`, `cu128`, or `cu130` depending on your PyTorch installation.
7878

79-
| | `cpu` | `cu126` | `cu128` | `cu129` |
79+
| | `cpu` | `cu126` | `cu128` | `cu130` |
8080
|-------------|-------|---------|---------|---------|
8181
| **Linux** |||||
8282
| **Windows** |||||
8383
| **macOS** || | | |
8484

85-
**Note:** Binaries of older versions are also provided for PyTorch 1.4.0, PyTorch 1.5.0, PyTorch 1.6.0, PyTorch 1.7.0/1.7.1, PyTorch 1.8.0/1.8.1, PyTorch 1.9.0, PyTorch 1.10.0/1.10.1/1.10.2, PyTorch 1.11.0, PyTorch 1.12.0/1.12.1, PyTorch 1.13.0/1.13.1, PyTorch 2.0.0/2.0.1, PyTorch 2.1.0/2.1.1/2.1.2, PyTorch 2.2.0/2.2.1/2.2.2, PyTorch 2.3.0/2.3.1, PyTorch 2.4.0/2.4.1, PyTorch 2.5.0/2.5.1, PyTorch 2.6.0, and PyTorch 2.7.0/2.7.1 (following the same procedure).
85+
**Note:** Binaries of older versions are also provided for PyTorch 1.4.0, PyTorch 1.5.0, PyTorch 1.6.0, PyTorch 1.7.0/1.7.1, PyTorch 1.8.0/1.8.1, PyTorch 1.9.0, PyTorch 1.10.0/1.10.1/1.10.2, PyTorch 1.11.0, PyTorch 1.12.0/1.12.1, PyTorch 1.13.0/1.13.1, PyTorch 2.0.0/2.0.1, PyTorch 2.1.0/2.1.1/2.1.2, PyTorch 2.2.0/2.2.1/2.2.2, PyTorch 2.3.0/2.3.1, PyTorch 2.4.0/2.4.1, PyTorch 2.5.0/2.5.1, PyTorch 2.6.0, PyTorch 2.7.0/2.7.1, and PyTorch 2.8.0 (following the same procedure).
8686
For older versions, you need to explicitly specify the latest supported version number or install via `pip install --no-index` in order to prevent a manual installation from source.
8787
You can look up the latest supported version number [here](https://data.pyg.org/whl).
8888

0 commit comments

Comments
 (0)