Spaces:
Build error
Build error
CB commited on
Update requirements.txt
Browse files- requirements.txt +7 -7
requirements.txt
CHANGED
|
@@ -1,7 +1,7 @@
|
|
| 1 |
-
streamlit=
|
| 2 |
-
yt-dlp>=2024.1
|
| 3 |
-
ffmpeg-python=
|
| 4 |
-
python-dotenv=
|
| 5 |
-
duckduckgo-search=
|
| 6 |
-
google-generativeai=
|
| 7 |
-
phi-agent=
|
|
|
|
| 1 |
+
streamlit>=1.20,<2.0
|
| 2 |
+
yt-dlp>=2024.1,<2026
|
| 3 |
+
ffmpeg-python>=0.2.0,<1.0
|
| 4 |
+
python-dotenv>=1.0.0,<2.0
|
| 5 |
+
duckduckgo-search>=8.1.1,<9.0
|
| 6 |
+
google-generativeai>=0.8.5,<1.0
|
| 7 |
+
phi-agent>=0.2.0,<1.0
|