Skip to content

Commit 2ab84ed

Browse files
committed
update readme [ci skip]
1 parent 96757f9 commit 2ab84ed

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
@@ -36,7 +36,7 @@ We provide pip wheels for all major OS/PyTorch/CUDA combinations, see [here](htt
3636
To install the binaries for PyTorch 1.6.0, simply run
3737

3838
```
39-
pip install torch-scatter==latest+${CUDA} torch-sparse==latest+${CUDA} -f https://pytorch-geometric.com/whl/torch-1.5.0.html
39+
pip install torch-scatter==latest+${CUDA} torch-sparse==latest+${CUDA} -f https://pytorch-geometric.com/whl/torch-1.6.0.html
4040
```
4141

4242
where `${CUDA}` should be replaced by either `cpu`, `cu92`, `cu101` or `cu102` depending on your PyTorch installation.

0 commit comments

Comments
 (0)