SalexAI commited on
Commit
c237e47
·
verified ·
1 Parent(s): 9e04ed9

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +8 -11
requirements.txt CHANGED
@@ -1,12 +1,9 @@
1
- fastapi==0.115.6
2
- uvicorn==0.30.6
3
- python-dotenv==1.0.1
 
4
 
5
- numpy==2.1.3
6
-
7
- # Pin gradio in the same major line FastRTC expects
8
- # (FastRTC imports wasm_utils from gradio; this avoids the mismatch.)
9
- gradio==5.50.0
10
- fastrtc[vad,tts]==0.0.22
11
-
12
- google-genai==0.7.0
 
1
+ fastapi==0.110.0
2
+ uvicorn[standard]==0.27.1
3
+ fastrtc==0.0.34
4
+ gradio==6.5.1
5
 
6
+ # useful utilities; keep these pinned to avoid surprise breakage
7
+ numpy==1.26.4
8
+ pydub==0.25.1
9
+ python-multipart==0.0.9