Skip to content

Commit ba2c1b2

Browse files
committed
PyTorch 2.7 support
1 parent c849fe5 commit ba2c1b2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ We provide pip wheels for all major OS/PyTorch/CUDA combinations, see [here](htt
5050
To install the binaries for PyTorch 2.7.0, simply run
5151

5252
```
53-
pip install torch-scatter -f https://data.pyg.org/whl/torch-2.6.0+${CUDA}.html
53+
pip install torch-scatter -f https://data.pyg.org/whl/torch-2.7.0+${CUDA}.html
5454
```
5555

5656
where `${CUDA}` should be replaced by either `cpu`, `cu118`, `cu126`, or `cu128` depending on your PyTorch installation.

0 commit comments

Comments
 (0)