Update requirements.txt
Browse files- requirements.txt +2 -2
requirements.txt
CHANGED
@@ -1,5 +1,5 @@
|
|
1 |
-
|
2 |
-
|
3 |
matplotlib
|
4 |
seaborn
|
5 |
numpy
|
|
|
1 |
+
torch >= 1.8.0,!=1.12.0
|
2 |
+
transformers >= 4.11.3
|
3 |
matplotlib
|
4 |
seaborn
|
5 |
numpy
|