Erva Ulusoy commited on
Commit
b5866c7
·
1 Parent(s): 126dbe4

Update setup.sh

Browse files
Files changed (1) hide show
  1. setup.sh +1 -5
setup.sh CHANGED
@@ -1,6 +1,2 @@
1
  #!/bin/bash
2
- pip uninstall torch-scatter torch_sparse torch_geometric torch_cluster torch_geometric --y
3
- # pip install torch-scatter -f https://data.pyg.org/whl/torch-1.12.0+cpu.html
4
- pip install torch_sparse -f https://data.pyg.org/whl/torch-1.12.0+cpu.html
5
- # pip install torch-cluster -f https://data.pyg.org/whl/torch-1.12.0+cpu.html
6
- pip install torch_geometric==2.2.0
 
1
  #!/bin/bash
2
+ pip install torch_sparse -f https://data.pyg.org/whl/torch-1.12.0+cpu.html