Spaces:
Runtime error
Runtime error
fix reqs
Browse files- requirements.txt +1 -3
requirements.txt
CHANGED
@@ -1,8 +1,6 @@
|
|
1 |
-
python==3.12.6
|
2 |
smolagents[transformers]>=1.14.0
|
3 |
pytz>=2025.2
|
4 |
gradio>=5.26.0
|
5 |
-
litellm>=1.67.2
|
6 |
gradiologin>=0.1.0
|
7 |
helium>=5.1.1
|
8 |
selenium>=4.31.0
|
@@ -15,7 +13,7 @@ pillow>=11.2.1
|
|
15 |
yt-dlp>=2025.3.31
|
16 |
wikipedia-api>=0.8.1
|
17 |
transformers>=4.51.3
|
18 |
-
openai-whisper
|
19 |
pandas>=2.2.3
|
20 |
openpyxl>=3.1.5
|
21 |
google-genai>=1.12.1
|
|
|
|
|
1 |
smolagents[transformers]>=1.14.0
|
2 |
pytz>=2025.2
|
3 |
gradio>=5.26.0
|
|
|
4 |
gradiologin>=0.1.0
|
5 |
helium>=5.1.1
|
6 |
selenium>=4.31.0
|
|
|
13 |
yt-dlp>=2025.3.31
|
14 |
wikipedia-api>=0.8.1
|
15 |
transformers>=4.51.3
|
16 |
+
openai-whisper
|
17 |
pandas>=2.2.3
|
18 |
openpyxl>=3.1.5
|
19 |
google-genai>=1.12.1
|