coziSoul commited on
Commit
9cb885c
·
verified ·
1 Parent(s): 1dc063b

Fix: requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +7 -68
requirements.txt CHANGED
@@ -1,68 +1,7 @@
1
- aiofiles==24.1.0
2
- annotated-types==0.7.0
3
- anyio==4.9.0
4
- audioop-lts==0.2.1
5
- Brotli==1.1.0
6
- certifi==2025.7.14
7
- charset-normalizer==3.4.2
8
- click==8.2.1
9
- colorama==0.4.6
10
- fastapi==0.116.1
11
- ffmpy==0.6.0
12
- filelock==3.18.0
13
- fsspec==2025.7.0
14
- gradio==5.38.0
15
- gradio_client==1.11.0
16
- groovy==0.1.2
17
- h11==0.16.0
18
- httpcore==1.0.9
19
- httpx==0.28.1
20
- huggingface-hub==0.33.4
21
- idna==3.10
22
- Jinja2==3.1.6
23
- markdown-it-py==3.0.0
24
- MarkupSafe==3.0.2
25
- mdurl==0.1.2
26
- mpmath==1.3.0
27
- networkx==3.5
28
- numpy==2.3.1
29
- orjson==3.11.0
30
- packaging==25.0
31
- pandas==2.3.1
32
- pillow==11.3.0
33
- pydantic==2.11.7
34
- pydantic_core==2.33.2
35
- pydub==0.25.1
36
- Pygments==2.19.2
37
- python-dateutil==2.9.0.post0
38
- python-multipart==0.0.20
39
- pytz==2025.2
40
- PyYAML==6.0.2
41
- regex==2024.11.6
42
- requests==2.32.4
43
- rich==14.0.0
44
- ruff==0.12.4
45
- safehttpx==0.1.6
46
- safetensors==0.5.3
47
- semantic-version==2.10.0
48
- setuptools==80.9.0
49
- shellingham==1.5.4
50
- six==1.17.0
51
- sniffio==1.3.1
52
- starlette==0.47.2
53
- sympy==1.14.0
54
- tokenizers==0.21.2
55
- tomlkit==0.13.3
56
- torch==2.7.1
57
- torchvision==0.22.1
58
- tqdm==4.67.1
59
- transformers==4.53.2
60
- typer==0.16.0
61
- typing-inspection==0.4.1
62
- typing_extensions==4.14.1
63
- tzdata==2025.2
64
- urllib3==2.5.0
65
- uvicorn==0.35.0
66
- websockets==15.0.1
67
- beautifulsoup4==4.13.4
68
- soupsieve==2.7
 
1
+ transformers
2
+ torch
3
+ torchvision
4
+ Pillow
5
+ gradio
6
+ requests
7
+ beautifulsoup4