Update requirements.txt
Browse files- requirements.txt +5 -7
requirements.txt
CHANGED
|
@@ -1,11 +1,9 @@
|
|
| 1 |
-
|
| 2 |
-
|
| 3 |
-
|
| 4 |
-
deep-translator>=1.10.1
|
| 5 |
-
indic-transliteration
|
| 6 |
sentencepiece
|
| 7 |
protobuf
|
| 8 |
-
numpy
|
| 9 |
scikit-learn
|
| 10 |
pandas
|
| 11 |
-
|
|
|
|
|
|
| 1 |
+
torch
|
| 2 |
+
transformers
|
| 3 |
+
deep-translator
|
|
|
|
|
|
|
| 4 |
sentencepiece
|
| 5 |
protobuf
|
|
|
|
| 6 |
scikit-learn
|
| 7 |
pandas
|
| 8 |
+
numpy
|
| 9 |
+
indic-transliteration
|