Mark8398 commited on
Commit
b0aec18
·
verified ·
1 Parent(s): dfbfc84

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +7 -77
requirements.txt CHANGED
@@ -1,77 +1,7 @@
1
- aiofiles==24.1.0
2
- aiohappyeyeballs==2.6.1
3
- aiohttp==3.13.2
4
- aiosignal==1.4.0
5
- annotated-doc==0.0.4
6
- annotated-types==0.7.0
7
- anyio==4.12.0
8
- attrs==25.4.0
9
- brotli==1.2.0
10
- certifi==2025.11.12
11
- charset-normalizer==3.4.4
12
- click==8.3.1
13
- colorama==0.4.6
14
- datasets==4.4.2
15
- dill==0.4.0
16
- fastapi==0.125.0
17
- ffmpy==1.0.0
18
- filelock==3.20.1
19
- frozenlist==1.8.0
20
- fsspec==2025.10.0
21
- gradio==6.2.0
22
- gradio_client==2.0.2
23
- groovy==0.1.2
24
- h11==0.16.0
25
- hf-xet==1.2.0
26
- httpcore==1.0.9
27
- httpx==0.28.1
28
- huggingface-hub==0.36.0
29
- idna==3.11
30
- Jinja2==3.1.6
31
- markdown-it-py==4.0.0
32
- MarkupSafe==3.0.3
33
- mdurl==0.1.2
34
- mpmath==1.3.0
35
- multidict==6.7.0
36
- multiprocess==0.70.18
37
- networkx==3.6.1
38
- numpy==2.3.5
39
- orjson==3.11.5
40
- packaging==25.0
41
- pandas==2.3.3
42
- pillow==12.0.0
43
- propcache==0.4.1
44
- pyarrow==22.0.0
45
- pydantic==2.12.5
46
- pydantic_core==2.41.5
47
- pydub==0.25.1
48
- Pygments==2.19.2
49
- python-dateutil==2.9.0.post0
50
- python-multipart==0.0.21
51
- pytz==2025.2
52
- PyYAML==6.0.3
53
- regex==2025.11.3
54
- requests==2.32.5
55
- rich==14.2.0
56
- safehttpx==0.1.7
57
- safetensors==0.7.0
58
- semantic-version==2.10.0
59
- shellingham==1.5.4
60
- six==1.17.0
61
- starlette==0.50.0
62
- sympy==1.14.0
63
- tokenizers==0.22.1
64
- tomlkit==0.13.3
65
- torch==2.9.1
66
- torchvision==0.24.1
67
- tqdm==4.67.1
68
- transformers==4.57.3
69
- typer==0.20.1
70
- typer-slim==0.20.1
71
- typing-inspection==0.4.2
72
- typing_extensions==4.15.0
73
- tzdata==2025.3
74
- urllib3==2.6.2
75
- uvicorn==0.38.0
76
- xxhash==3.6.0
77
- yarl==1.22.0
 
1
+ torch
2
+ torchvision
3
+ transformers
4
+ gradio
5
+ datasets
6
+ sentence-transformers
7
+ pillow