Spaces:
Runtime error
Runtime error
Update requirements.txt
Browse files- requirements.txt +23 -19
requirements.txt
CHANGED
|
@@ -1,19 +1,23 @@
|
|
| 1 |
-
torch
|
| 2 |
-
transformers
|
| 3 |
-
accelerate
|
| 4 |
-
|
| 5 |
-
|
| 6 |
-
langchain-
|
| 7 |
-
|
| 8 |
-
|
| 9 |
-
|
| 10 |
-
|
| 11 |
-
|
| 12 |
-
|
| 13 |
-
|
| 14 |
-
|
| 15 |
-
|
| 16 |
-
|
| 17 |
-
|
| 18 |
-
|
| 19 |
-
Pillow
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
torch>=2.0.0
|
| 2 |
+
transformers>=4.30.0
|
| 3 |
+
accelerate>=0.20.3
|
| 4 |
+
|
| 5 |
+
langchain>=0.0.37
|
| 6 |
+
langchain-core>=0.1.0
|
| 7 |
+
langchain-community>=0.0.5
|
| 8 |
+
langchain-huggingface>=0.0.1
|
| 9 |
+
langgraph>=0.0.1
|
| 10 |
+
|
| 11 |
+
python-dotenv>=1.0.0
|
| 12 |
+
requests>=2.28.0
|
| 13 |
+
pandas>=2.0.0
|
| 14 |
+
|
| 15 |
+
gradio>=3.34.0
|
| 16 |
+
|
| 17 |
+
duckduckgo-search>=2.0.2
|
| 18 |
+
wikipedia>=1.4.0
|
| 19 |
+
Pillow>=9.5.0
|
| 20 |
+
tabulate>=0.9.0
|
| 21 |
+
|
| 22 |
+
whisper @ git+https://github.com/openai/whisper.git
|
| 23 |
+
yt-dlp>=2024.2.1
|