Shianndri-Zanniko commited on
Commit
8a027f0
·
1 Parent(s): c58777f

fix depedencies

Browse files
Files changed (1) hide show
  1. requirements.txt +5 -139
requirements.txt CHANGED
@@ -1,139 +1,5 @@
1
- aiofiles==24.1.0
2
- annotated-doc==0.0.4
3
- annotated-types==0.7.0
4
- anyio==4.11.0
5
- asttokens==3.0.1
6
- attrs==25.4.0
7
- backcall==0.2.0
8
- beautifulsoup4==4.14.3
9
- bleach==6.3.0
10
- brotli==1.2.0
11
- certifi==2025.11.12
12
- charset-normalizer==3.4.4
13
- click==8.3.1
14
- comm==0.2.3
15
- contourpy==1.3.3
16
- cycler==0.12.1
17
- debugpy==1.8.17
18
- decorator==5.2.1
19
- defusedxml==0.7.1
20
- docopt==0.6.2
21
- executing==2.2.1
22
- fastapi==0.121.3
23
- fastjsonschema==2.21.2
24
- ffmpy==1.0.0
25
- filelock==3.20.0
26
- fonttools==4.61.0
27
- fsspec==2025.10.0
28
- gradio==5.49.1
29
- gradio-client==1.13.3
30
- groovy==0.1.2
31
- h11==0.16.0
32
- hf-xet==1.2.0
33
- httpcore==1.0.9
34
- httpx==0.28.1
35
- huggingface-hub==0.36.0
36
- idna==3.11
37
- ipykernel==7.1.0
38
- ipython==8.12.3
39
- ipython-pygments-lexers==1.1.1
40
- jedi==0.19.2
41
- jinja2==3.1.6
42
- joblib==1.5.2
43
- jsonschema==4.25.1
44
- jsonschema-specifications==2025.9.1
45
- jupyter-client==8.6.3
46
- jupyter-core==5.9.1
47
- jupyterlab-pygments==0.3.0
48
- kiwisolver==1.4.9
49
- markdown-it-py==4.0.0
50
- markupsafe==3.0.3
51
- matplotlib==3.10.7
52
- matplotlib-inline==0.2.1
53
- mdurl==0.1.2
54
- mistune==3.1.4
55
- mpmath==1.3.0
56
- nbclient==0.10.2
57
- nbconvert==7.16.6
58
- nbformat==5.10.4
59
- nest-asyncio==1.6.0
60
- networkx==3.5
61
- numpy==2.3.5
62
- nvidia-cublas-cu12==12.8.4.1
63
- nvidia-cuda-cupti-cu12==12.8.90
64
- nvidia-cuda-nvrtc-cu12==12.8.93
65
- nvidia-cuda-runtime-cu12==12.8.90
66
- nvidia-cudnn-cu12==9.10.2.21
67
- nvidia-cufft-cu12==11.3.3.83
68
- nvidia-cufile-cu12==1.13.1.3
69
- nvidia-curand-cu12==10.3.9.90
70
- nvidia-cusolver-cu12==11.7.3.90
71
- nvidia-cusparse-cu12==12.5.8.93
72
- nvidia-cusparselt-cu12==0.7.1
73
- nvidia-nccl-cu12==2.27.5
74
- nvidia-nvjitlink-cu12==12.8.93
75
- nvidia-nvshmem-cu12==3.3.20
76
- nvidia-nvtx-cu12==12.8.90
77
- orjson==3.11.4
78
- packaging==25.0
79
- pandas==2.3.3
80
- pandocfilters==1.5.1
81
- parso==0.8.5
82
- pexpect==4.9.0
83
- pickleshare==0.7.5
84
- pillow==11.3.0
85
- platformdirs==4.5.0
86
- prompt-toolkit==3.0.52
87
- psutil==7.1.3
88
- ptyprocess==0.7.0
89
- pure-eval==0.2.3
90
- pydantic==2.11.10
91
- pydantic-core==2.33.2
92
- pydub==0.25.1
93
- pygments==2.19.2
94
- pyparsing==3.2.5
95
- python-dateutil==2.9.0.post0
96
- python-multipart==0.0.20
97
- pytz==2025.2
98
- pyyaml==6.0.3
99
- pyzmq==27.1.0
100
- referencing==0.37.0
101
- regex==2025.11.3
102
- requests==2.32.5
103
- rich==14.2.0
104
- rpds-py==0.30.0
105
- ruff==0.14.5
106
- safehttpx==0.1.7
107
- safetensors==0.7.0
108
- scikit-learn==1.7.2
109
- scipy==1.16.3
110
- seaborn==0.13.2
111
- semantic-version==2.10.0
112
- shellingham==1.5.4
113
- six==1.17.0
114
- sniffio==1.3.1
115
- soupsieve==2.8
116
- stack-data==0.6.3
117
- starlette==0.50.0
118
- sympy==1.14.0
119
- threadpoolctl==3.6.0
120
- tinycss2==1.4.0
121
- tokenizers==0.22.1
122
- tomlkit==0.13.3
123
- torch==2.9.1
124
- torchvision==0.24.1
125
- tornado==6.5.2
126
- tqdm==4.67.1
127
- traitlets==5.14.3
128
- transformers==4.57.1
129
- triton==3.5.1
130
- typer==0.20.0
131
- typing-extensions==4.15.0
132
- typing-inspection==0.4.2
133
- tzdata==2025.2
134
- urllib3==2.5.0
135
- uvicorn==0.38.0
136
- wcwidth==0.2.14
137
- webencodings==0.5.1
138
- websockets==15.0.1
139
- yarg==0.1.9
 
1
+ gradio
2
+ torch
3
+ transformers
4
+ pillow
5
+ numpy