Update requirements.txt
Browse files- requirements.txt +2 -0
requirements.txt
CHANGED
@@ -1,5 +1,7 @@
|
|
1 |
-f https://download.pytorch.org/whl/cpu/torch_stable.html
|
|
|
2 |
torch==1.10.1+cpu
|
|
|
3 |
transformers
|
4 |
pandas
|
5 |
numpy
|
|
|
1 |
-f https://download.pytorch.org/whl/cpu/torch_stable.html
|
2 |
+
-f https://data.pyg.org/whl/torch-1.10.0+cpu.html
|
3 |
torch==1.10.1+cpu
|
4 |
+
torch-scatter
|
5 |
transformers
|
6 |
pandas
|
7 |
numpy
|