Update requirements.txt
Browse files- requirements.txt +13 -5
requirements.txt
CHANGED
@@ -1,5 +1,13 @@
|
|
1 |
-
|
2 |
-
|
3 |
-
|
4 |
-
|
5 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
gradio>=4.0.0
|
2 |
+
python-dotenv>=1.0.0
|
3 |
+
PyMuPDF>=1.23.0
|
4 |
+
gTTS>=2.4.0
|
5 |
+
groq>=0.3.0
|
6 |
+
transformers>=4.40.0
|
7 |
+
torch>=2.2.0
|
8 |
+
sentencepiece>=0.2.0
|
9 |
+
accelerate>=0.29.0
|
10 |
+
scipy>=1.11.0
|
11 |
+
numpy>=1.26.0
|
12 |
+
requests>=2.31.0
|
13 |
+
regex>=2023.12.25
|