Spaces:
Sleeping
Sleeping
Update requirements.txt
Browse files- requirements.txt +11 -4
requirements.txt
CHANGED
|
@@ -1,11 +1,18 @@
|
|
| 1 |
numpy==1.26.0
|
| 2 |
pandas==1.5.0
|
| 3 |
-
requests==2.
|
| 4 |
python-dotenv==1.0.0
|
| 5 |
tqdm==4.66.0
|
|
|
|
|
|
|
| 6 |
PyPDF2==3.0.0
|
| 7 |
-
groq==0.
|
| 8 |
gTTS==2.4.0
|
|
|
|
|
|
|
|
|
|
| 9 |
sentence-transformers==3.0.1
|
| 10 |
-
|
| 11 |
-
|
|
|
|
|
|
|
|
|
| 1 |
numpy==1.26.0
|
| 2 |
pandas==1.5.0
|
| 3 |
+
requests==2.32.0
|
| 4 |
python-dotenv==1.0.0
|
| 5 |
tqdm==4.66.0
|
| 6 |
+
beautifulsoup4==4.12.0
|
| 7 |
+
markdown==3.4.0
|
| 8 |
PyPDF2==3.0.0
|
| 9 |
+
groq==0.4.0
|
| 10 |
gTTS==2.4.0
|
| 11 |
+
SpeechRecognition==3.10.0
|
| 12 |
+
|
| 13 |
+
# Updated to match Gradio & modern HuggingFace Hub
|
| 14 |
sentence-transformers==3.0.1
|
| 15 |
+
huggingface-hub>=0.19.3
|
| 16 |
+
|
| 17 |
+
faiss-cpu==1.9.0
|
| 18 |
+
gradio==4.27.0
|