Matthew Lee commited on
Commit
6e46522
·
1 Parent(s): 5e1fc5e
Files changed (1) hide show
  1. requirements.txt +62 -1
requirements.txt CHANGED
@@ -1 +1,62 @@
1
- huggingface_hub==0.25.2
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ aiofiles==23.2.1
2
+ annotated-types==0.7.0
3
+ anyio==4.8.0
4
+ audioop-lts==0.2.1
5
+ certifi==2025.1.31
6
+ charset-normalizer==3.4.1
7
+ click==8.1.8
8
+ fastapi==0.115.11
9
+ ffmpy==0.5.0
10
+ filelock==3.17.0
11
+ fsspec==2025.3.0
12
+ gradio==5.20.1
13
+ gradio-client==1.7.2
14
+ groovy==0.1.2
15
+ h11==0.14.0
16
+ httpcore==1.0.7
17
+ httpx==0.28.1
18
+ huggingface-hub==0.29.3
19
+ idna==3.10
20
+ jinja2==3.1.6
21
+ markdown-it-py==3.0.0
22
+ markupsafe==2.1.5
23
+ mdurl==0.1.2
24
+ mpmath==1.3.0
25
+ networkx==3.4.2
26
+ numpy==2.2.3
27
+ orjson==3.10.15
28
+ packaging==24.2
29
+ pandas==2.2.3
30
+ pillow==11.1.0
31
+ pydantic==2.10.6
32
+ pydantic-core==2.27.2
33
+ pydub==0.25.1
34
+ pygments==2.19.1
35
+ python-dateutil==2.9.0.post0
36
+ python-multipart==0.0.20
37
+ pytz==2025.1
38
+ pyyaml==6.0.2
39
+ regex==2024.11.6
40
+ requests==2.32.3
41
+ rich==13.9.4
42
+ ruff==0.9.10
43
+ safehttpx==0.1.6
44
+ safetensors==0.5.3
45
+ semantic-version==2.10.0
46
+ setuptools==76.0.0
47
+ shellingham==1.5.4
48
+ six==1.17.0
49
+ sniffio==1.3.1
50
+ starlette==0.46.1
51
+ sympy==1.13.1
52
+ tokenizers==0.21.0
53
+ tomlkit==0.13.2
54
+ torch==2.6.0
55
+ tqdm==4.67.1
56
+ transformers==4.49.0
57
+ typer==0.15.2
58
+ typing-extensions==4.12.2
59
+ tzdata==2025.1
60
+ urllib3==2.3.0
61
+ uvicorn==0.34.0
62
+ websockets==15.0.1