sunshineatnoon commited on
Commit
fd17267
1 Parent(s): 86df705

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +6 -1
requirements.txt CHANGED
@@ -1,4 +1,9 @@
1
- torch==1.7.1
 
 
 
 
 
2
  torchvision==0.8.2
3
 
4
 
 
1
+ -f https://download.pytorch.org/whl/cpu/torch_stable.html
2
+ -f https://data.pyg.org/whl/torch-1.7.1+cpu.html
3
+ torch==1.7.1+cpu
4
+ torch-scatter==2.0.7
5
+ torch-sparse==0.6.9
6
+ torch-geometric
7
  torchvision==0.8.2
8
 
9