Update requirements.txt
Browse files- requirements.txt +5 -11
requirements.txt
CHANGED
|
@@ -1,12 +1,10 @@
|
|
| 1 |
-
gradio
|
| 2 |
requests
|
| 3 |
-
smolagents[transformers]
|
| 4 |
-
litellm
|
| 5 |
openai
|
| 6 |
google-generativeai
|
| 7 |
google-genai
|
| 8 |
-
gradio
|
| 9 |
-
requests
|
| 10 |
python-dotenv
|
| 11 |
pandas
|
| 12 |
numpy
|
|
@@ -14,15 +12,11 @@ pyyaml
|
|
| 14 |
Pillow
|
| 15 |
imageio
|
| 16 |
yt-dlp
|
| 17 |
-
ddgs
|
| 18 |
wikipedia-api
|
| 19 |
beautifulsoup4
|
| 20 |
openpyxl
|
| 21 |
httpx
|
| 22 |
tqdm
|
| 23 |
tenacity
|
| 24 |
-
whisper
|
| 25 |
-
transformers
|
| 26 |
-
smolagents==1.24.0
|
| 27 |
-
litellm==0.8.0
|
| 28 |
-
gradio[oauth]==5.25.2
|
|
|
|
| 1 |
+
gradio[oauth]==5.25.2
|
| 2 |
requests
|
| 3 |
+
smolagents[transformers]==1.24.0
|
| 4 |
+
litellm==0.8.0
|
| 5 |
openai
|
| 6 |
google-generativeai
|
| 7 |
google-genai
|
|
|
|
|
|
|
| 8 |
python-dotenv
|
| 9 |
pandas
|
| 10 |
numpy
|
|
|
|
| 12 |
Pillow
|
| 13 |
imageio
|
| 14 |
yt-dlp
|
|
|
|
| 15 |
wikipedia-api
|
| 16 |
beautifulsoup4
|
| 17 |
openpyxl
|
| 18 |
httpx
|
| 19 |
tqdm
|
| 20 |
tenacity
|
| 21 |
+
openai-whisper
|
| 22 |
+
transformers
|
|
|
|
|
|
|
|
|