CB commited on
Commit
2ae67b3
·
verified ·
1 Parent(s): 5855217

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +1 -6
requirements.txt CHANGED
@@ -6,9 +6,4 @@ ffmpeg-python>=0.2.0
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
 
6
  requests>=2.28
7
  google-generativeai==0.6.0
8
 
9
+ # Note: phi and phi-vision are installed in postBuild via git clone to avoid archive/zip issues.