e1732a364fed commited on
Commit
180ce78
·
1 Parent(s): 3a60eea

+requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +63 -0
requirements.txt ADDED
@@ -0,0 +1,63 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ aiofiles==24.1.0
2
+ annotated-types==0.7.0
3
+ anyio==4.9.0
4
+ certifi==2025.4.26
5
+ charset-normalizer==3.4.2
6
+ click==8.2.1
7
+ fastapi==0.115.12
8
+ ffmpy==0.5.0
9
+ filelock==3.18.0
10
+ fsspec==2025.5.1
11
+ gradio==5.31.0
12
+ gradio-client==1.10.1
13
+ groovy==0.1.2
14
+ h11==0.16.0
15
+ hf-xet==1.1.2
16
+ httpcore==1.0.9
17
+ httpx==0.28.1
18
+ huggingface-hub==0.32.2
19
+ idna==3.10
20
+ jinja2==3.1.6
21
+ markdown-it-py==3.0.0
22
+ markupsafe==3.0.2
23
+ mdurl==0.1.2
24
+ mpmath==1.3.0
25
+ networkx==3.4.2
26
+ numpy==2.2.6
27
+ orjson==3.10.18
28
+ packaging==25.0
29
+ pandas==2.2.3
30
+ pillow==11.2.1
31
+ pydantic==2.11.5
32
+ pydantic-core==2.33.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.2
38
+ pyyaml==6.0.2
39
+ regex==2024.11.6
40
+ requests==2.32.3
41
+ rich==14.0.0
42
+ ruff==0.11.11
43
+ safehttpx==0.1.6
44
+ safetensors==0.5.3
45
+ semantic-version==2.10.0
46
+ setuptools==80.9.0
47
+ shellingham==1.5.4
48
+ six==1.17.0
49
+ sniffio==1.3.1
50
+ starlette==0.46.2
51
+ sympy==1.14.0
52
+ tokenizers==0.21.1
53
+ tomlkit==0.13.2
54
+ torch==2.7.0
55
+ tqdm==4.67.1
56
+ transformers==4.52.3
57
+ typer==0.16.0
58
+ typing-extensions==4.13.2
59
+ typing-inspection==0.4.1
60
+ tzdata==2025.2
61
+ urllib3==2.4.0
62
+ uvicorn==0.34.2
63
+ websockets==15.0.1