hans00 commited on
Commit
826b1d9
·
unverified ·
1 Parent(s): ba24862

Fix deps install

Browse files
Files changed (1) hide show
  1. requirements.txt +55 -2
requirements.txt CHANGED
@@ -7,6 +7,59 @@ llama-cpp-python==0.3.13
7
  outetts@git+https://github.com/mybigday/OuteTTS.git@fix
8
  whisperx
9
  bitsandbytes
10
- gradio==5.37.0
 
 
 
 
 
 
11
  click==8.2.1
12
- uvicorn==0.35.0
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
7
  outetts@git+https://github.com/mybigday/OuteTTS.git@fix
8
  whisperx
9
  bitsandbytes
10
+ # Gradio
11
+ aiofiles==24.1.0
12
+ annotated-types==0.7.0
13
+ anyio==4.9.0
14
+ Brotli==1.1.0
15
+ certifi==2025.7.14
16
+ charset-normalizer==3.4.2
17
  click==8.2.1
18
+ exceptiongroup==1.3.0
19
+ fastapi==0.116.1
20
+ ffmpy==0.6.0
21
+ filelock==3.18.0
22
+ fsspec==2025.7.0
23
+ gradio==5.37.0
24
+ gradio_client==1.10.4
25
+ groovy==0.1.2
26
+ h11==0.16.0
27
+ hf-xet==1.1.5
28
+ httpcore==1.0.9
29
+ httpx==0.28.1
30
+ idna==3.10
31
+ Jinja2==3.1.6
32
+ markdown-it-py==3.0.0
33
+ MarkupSafe==3.0.2
34
+ mdurl==0.1.2
35
+ numpy==2.2.6
36
+ orjson==3.11.0
37
+ packaging==25.0
38
+ pandas==2.3.1
39
+ pillow==11.3.0
40
+ pydantic==2.11.7
41
+ pydantic_core==2.33.2
42
+ pydub==0.25.1
43
+ Pygments==2.19.2
44
+ python-dateutil==2.9.0.post0
45
+ python-multipart==0.0.20
46
+ pytz==2025.2
47
+ PyYAML==6.0.2
48
+ requests==2.32.4
49
+ rich==14.0.0
50
+ ruff==0.12.3
51
+ safehttpx==0.1.6
52
+ semantic-version==2.10.0
53
+ shellingham==1.5.4
54
+ six==1.17.0
55
+ sniffio==1.3.1
56
+ starlette==0.47.1
57
+ tomlkit==0.13.3
58
+ tqdm==4.67.1
59
+ typer==0.16.0
60
+ typing-inspection==0.4.1
61
+ typing_extensions==4.14.1
62
+ tzdata==2025.2
63
+ urllib3==2.5.0
64
+ uvicorn==0.35.0
65
+ websockets==15.0.1