YanBoChen commited on
Commit
21e5bc6
·
1 Parent(s): 990fd22

feat: add requirements.txt with initial package dependencies

Browse files
Files changed (1) hide show
  1. requirements.txt +76 -0
requirements.txt ADDED
@@ -0,0 +1,76 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ aiofiles==24.1.0
2
+ aiohappyeyeballs==2.6.1
3
+ aiohttp==3.12.14
4
+ aiosignal==1.4.0
5
+ annotated-types==0.7.0
6
+ annoy==1.17.3
7
+ anyio==4.9.0
8
+ attrs==25.3.0
9
+ Brotli==1.1.0
10
+ certifi==2025.7.14
11
+ charset-normalizer==3.4.2
12
+ click==8.2.1
13
+ datasets==4.0.0
14
+ dill==0.3.8
15
+ distro==1.9.0
16
+ fastapi==0.116.1
17
+ ffmpy==0.6.0
18
+ filelock==3.18.0
19
+ frozenlist==1.7.0
20
+ fsspec==2025.3.0
21
+ gradio==5.38.0
22
+ gradio_client==1.11.0
23
+ groovy==0.1.2
24
+ h11==0.16.0
25
+ hf-xet==1.1.5
26
+ httpcore==1.0.9
27
+ httpx==0.28.1
28
+ huggingface-hub==0.33.4
29
+ idna==3.10
30
+ Jinja2==3.1.6
31
+ jiter==0.10.0
32
+ markdown-it-py==3.0.0
33
+ MarkupSafe==3.0.2
34
+ mdurl==0.1.2
35
+ multidict==6.6.3
36
+ multiprocess==0.70.16
37
+ numpy==2.3.1
38
+ openai==1.97.0
39
+ orjson==3.11.0
40
+ packaging==25.0
41
+ pandas==2.3.1
42
+ pillow==11.3.0
43
+ propcache==0.3.2
44
+ pyarrow==20.0.0
45
+ pydantic==2.11.7
46
+ pydantic_core==2.33.2
47
+ pydub==0.25.1
48
+ Pygments==2.19.2
49
+ python-dateutil==2.9.0.post0
50
+ python-multipart==0.0.20
51
+ pytz==2025.2
52
+ PyYAML==6.0.2
53
+ regex==2024.11.6
54
+ requests==2.32.4
55
+ rich==14.0.0
56
+ ruff==0.12.4
57
+ safehttpx==0.1.6
58
+ safetensors==0.5.3
59
+ semantic-version==2.10.0
60
+ shellingham==1.5.4
61
+ six==1.17.0
62
+ sniffio==1.3.1
63
+ starlette==0.47.2
64
+ tokenizers==0.21.2
65
+ tomlkit==0.13.3
66
+ tqdm==4.67.1
67
+ transformers==4.53.2
68
+ typer==0.16.0
69
+ typing-inspection==0.4.1
70
+ typing_extensions==4.14.1
71
+ tzdata==2025.2
72
+ urllib3==2.5.0
73
+ uvicorn==0.35.0
74
+ websockets==15.0.1
75
+ xxhash==3.5.0
76
+ yarl==1.20.1