Spaces:
Build error
Build error
CB commited on
Update requirements.txt
Browse files- requirements.txt +5 -4
requirements.txt
CHANGED
|
@@ -1,3 +1,4 @@
|
|
|
|
|
| 1 |
streamlit==1.26.0
|
| 2 |
python-dotenv>=0.21
|
| 3 |
yt-dlp>=2024.6.16
|
|
@@ -5,9 +6,9 @@ ffmpeg-python>=0.2.0
|
|
| 5 |
requests>=2.28
|
| 6 |
google-generativeai==0.6.0
|
| 7 |
|
| 8 |
-
# phi and phi-vision pinned to specific
|
| 9 |
-
https://github.com/lukasruff/phi/archive/
|
| 10 |
-
https://github.com/lukasruff/phi-vision/archive/
|
| 11 |
|
| 12 |
-
# If phi
|
| 13 |
# pip install torch==2.2.0+cpu -f https://download.pytorch.org/whl/cpu/torch_stable.html
|
|
|
|
| 1 |
+
# requirements.txt
|
| 2 |
streamlit==1.26.0
|
| 3 |
python-dotenv>=0.21
|
| 4 |
yt-dlp>=2024.6.16
|
|
|
|
| 6 |
requests>=2.28
|
| 7 |
google-generativeai==0.6.0
|
| 8 |
|
| 9 |
+
# phi and phi-vision pinned to specific commit tarballs (valid as of 2025-09-08)
|
| 10 |
+
https://github.com/lukasruff/phi/archive/refs/heads/main.zip#egg=phi
|
| 11 |
+
https://github.com/lukasruff/phi-vision/archive/refs/heads/main.zip#egg=phi-vision
|
| 12 |
|
| 13 |
+
# If phi requires torch, install CPU wheel in postBuild (recommended)
|
| 14 |
# pip install torch==2.2.0+cpu -f https://download.pytorch.org/whl/cpu/torch_stable.html
|