CB commited on
Commit
dfa4590
·
verified ·
1 Parent(s): 6a86862

Update requirements.txt

Browse files
Files changed (1) hide show
  1. 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 commits to avoid git@auth issues
9
- https://github.com/lukasruff/phi/archive/3a2b9f4b9e3a1c8f1b6d4e2c7f9b0a6d8c5e4f3a.zip#egg=phi
10
- https://github.com/lukasruff/phi-vision/archive/7d1e5c2a4b8f6e3d9a0c2b1f6e7d4a3c9b8e2f1d.zip#egg=phi-vision
11
 
12
- # If phi needs torch, install CPU wheel in postBuild (recommended):
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