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