Update requirements.txt
Browse files- requirements.txt +15 -2
requirements.txt
CHANGED
|
@@ -1,2 +1,15 @@
|
|
| 1 |
-
gradio
|
| 2 |
-
requests
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
gradio>=4.0.0
|
| 2 |
+
requests>=2.31.0
|
| 3 |
+
pandas>=2.0.0
|
| 4 |
+
openpyxl>=3.1.0
|
| 5 |
+
langchain>=0.3.0
|
| 6 |
+
langchain-anthropic>=0.3.0
|
| 7 |
+
langchain-community>=0.3.0
|
| 8 |
+
langgraph>=0.2.0
|
| 9 |
+
anthropic>=0.40.0
|
| 10 |
+
duckduckgo-search>=6.0.0
|
| 11 |
+
wikipedia-api>=0.6.0
|
| 12 |
+
PyPDF2>=3.0.0
|
| 13 |
+
SpeechRecognition>=3.10.0
|
| 14 |
+
pydub>=0.25.0
|
| 15 |
+
numpy>=1.26.0
|