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

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +9 -4
requirements.txt CHANGED
@@ -1,8 +1,13 @@
1
- streamlit>=1.20
2
  python-dotenv>=0.21
3
  yt-dlp>=2024.6.16
4
  ffmpeg-python>=0.2.0
5
  requests>=2.28
6
- google-generativeai>=0.2.0
7
- git+https://github.com/lukasruff/phi.git@main#egg=phi
8
- git+https://github.com/lukasruff/phi-vision.git@main#egg=phi-vision
 
 
 
 
 
 
1
+ streamlit==1.26.0
2
  python-dotenv>=0.21
3
  yt-dlp>=2024.6.16
4
  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