SalexAI commited on
Commit
d45a085
·
verified ·
1 Parent(s): fc77df5

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +8 -7
requirements.txt CHANGED
@@ -1,12 +1,13 @@
1
- # Must satisfy gradio 5.49.0: fastapi>=0.115.2,<1.0
2
- fastapi==0.115.6
3
  uvicorn[standard]==0.30.6
4
 
5
- # fastrtc wants gradio>=4,<6
6
- fastrtc[vad]==0.0.34
7
  gradio==5.49.0
8
 
9
- numpy==1.26.4
 
 
 
 
10
  python-dotenv==1.0.1
11
- python-multipart==0.0.18
12
- pydub==0.25.1
 
1
+ fastapi==0.115.2
 
2
  uvicorn[standard]==0.30.6
3
 
4
+ # FastRTC + compatible Gradio (FastRTC 0.0.34 wants gradio<6)
5
+ fastrtc[vad,stt,tts]==0.0.34
6
  gradio==5.49.0
7
 
8
+ # Gemini (server-side only; no key in client)
9
+ google-genai==0.7.0
10
+
11
+ numpy==2.0.2
12
+ pydantic==2.8.2
13
  python-dotenv==1.0.1