ashishkblink commited on
Commit
66e295b
·
verified ·
1 Parent(s): c4b4b84

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +7 -42
requirements.txt CHANGED
@@ -1,50 +1,15 @@
1
- # ---------- Core ----------
2
- numpy==1.26.4
3
- scipy==1.11.4
4
- tqdm==4.67.1
5
- packaging==25.0
6
-
7
- # ---------- Audio / STT / TTS ----------
8
- vosk==0.3.44
9
- onnxruntime==1.23.2
10
- piper-tts==1.3.0
11
- srt==3.5.3
12
 
13
- # ---------- Web / API ----------
14
  fastapi==0.128.0
15
  starlette==0.50.0
16
  uvicorn==0.40.0
17
 
18
- # ---------- OpenAI ----------
19
  openai==2.14.0
20
- jiter==0.12.0
21
-
22
- # ---------- Pydantic ----------
23
- pydantic==2.12.5
24
- pydantic_core==2.41.5
25
- annotated-types==0.7.0
26
- typing_extensions==4.15.0
27
- typing-inspection==0.4.2
28
 
29
- # ---------- Utils ----------
30
- coloredlogs==15.0.1
31
- humanfriendly==10.0
32
- click==8.3.1
33
- distro==1.9.0
34
- mpmath==1.3.0
35
- sympy==1.14.0
36
- flatbuffers==25.12.19
37
- protobuf==6.33.2
38
- pycparser==2.23
39
- cffi==2.0.0
40
  requests==2.32.5
41
- urllib3==2.6.3
42
- charset-normalizer==3.4.4
43
- certifi==2026.1.4
44
- idna==3.11
45
- sniffio==1.3.1
46
-
47
- # ---------- HF + UI (CRITICAL) ----------
48
- gradio==4.44.0
49
- huggingface_hub>=0.23.0
50
- spaces==0.26.0
 
1
+ spaces==0.26.0
2
+ gradio==4.44.0
3
+ huggingface_hub>=0.23.0
 
 
 
 
 
 
 
 
4
 
 
5
  fastapi==0.128.0
6
  starlette==0.50.0
7
  uvicorn==0.40.0
8
 
9
+ vosk==0.3.44
10
  openai==2.14.0
11
+ piper-tts==1.3.0
12
+ onnxruntime==1.23.2
 
 
 
 
 
 
13
 
14
+ numpy==1.26.4
 
 
 
 
 
 
 
 
 
 
15
  requests==2.32.5