Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
enforce PyTorch geometric to version 1.6.3
  • Loading branch information
SilvioGiancola authored Dec 8, 2022
1 parent 043e55e commit 906cdd9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Benchmarks/CALF_Calibration_GCN/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ pip install --no-index torch-scatter -f https://pytorch-geometric.com/whl/torch-
pip install --no-index torch-sparse -f https://pytorch-geometric.com/whl/torch-${TORCH}+${CUDA}.html
pip install --no-index torch-cluster -f https://pytorch-geometric.com/whl/torch-${TORCH}+${CUDA}.html
pip install --no-index torch-spline-conv -f https://pytorch-geometric.com/whl/torch-${TORCH}+${CUDA}.html
pip install torch-geometric
pip install torch-geometric==1.6.3
```


Expand Down

0 comments on commit 906cdd9

Please sign in to comment.