phitran commited on
Commit
83f12ca
·
1 Parent(s): 63965e3

remove unnecessary dependencies

Browse files
Files changed (1) hide show
  1. requirements.txt +5 -209
requirements.txt CHANGED
@@ -1,209 +1,5 @@
1
- absl-py
2
- aiofiles
3
- aiohttp
4
- aiosignal
5
- altair
6
- annotated-types
7
- anyio
8
- appnope
9
- argon2-cffi
10
- argon2-cffi-bindings
11
- arrow
12
- asttokens
13
- async-lru
14
- async-timeout
15
- attrs
16
- babel
17
- beautifulsoup4
18
- bleach
19
- boto3
20
- botocore
21
- captum
22
- certifi
23
- cffi
24
- charset-normalizer
25
- clarabel
26
- click
27
- comm
28
- contourpy
29
- cvxpy
30
- cycler
31
- debugpy
32
- decorator
33
- defusedxml
34
- dill
35
- dnspython
36
- email_validator
37
- executing
38
- fastapi
39
- fastapi-cli
40
- fastjsonschema
41
- ffmpy
42
- filelock
43
- fonttools
44
- fqdn
45
- frozenlist
46
- fsspec
47
- gradio
48
- gradio_client
49
- grpcio
50
- h11
51
- holidays
52
- httpcore
53
- httptools
54
- httpx
55
- huggingface-hub
56
- idna
57
- importlib_resources
58
- ipykernel
59
- ipython
60
- isoduration
61
- jedi
62
- Jinja2
63
- jmespath
64
- joblib
65
- json5
66
- jsonpointer
67
- jsonschema
68
- jsonschema-specifications
69
- jupyter_client
70
- jupyter_core
71
- jupyter-events
72
- jupyter-lsp
73
- jupyter_server
74
- jupyter_server_terminals
75
- jupyterlab
76
- jupyterlab_pygments
77
- jupyterlab_server
78
- kaleido
79
- kiwisolver
80
- liac-arff
81
- lightning-utilities
82
- Markdown
83
- markdown-it-py
84
- MarkupSafe
85
- matplotlib
86
- matplotlib-inline
87
- mdurl
88
- minio
89
- mistune
90
- mpmath
91
- multidict
92
- multiprocess
93
- narwhals
94
- nbclient
95
- nbconvert
96
- nbformat
97
- nest-asyncio
98
- networkx
99
- neuralprophet
100
- notebook_shim
101
- numpy
102
- openai
103
- opencv-python
104
- openml
105
- orjson
106
- osqp
107
- overrides
108
- packaging
109
- pandas
110
- pandocfilters
111
- parso
112
- pexpect
113
- pillow
114
- pip
115
- platformdirs
116
- plotly
117
- prometheus_client
118
- prompt_toolkit
119
- propcache
120
- protobuf
121
- psutil
122
- ptyprocess
123
- pure_eval
124
- py-cpuinfo
125
- pyarrow
126
- pycparser
127
- pycryptodome
128
- pydantic
129
- pydantic_core
130
- pydub
131
- Pygments
132
- pyparsing
133
- python-dateutil
134
- python-dotenv
135
- python-json-logger
136
- python-multipart
137
- pytorch-lightning
138
- pytz
139
- PyYAML
140
- pyzmq
141
- qdldl
142
- referencing
143
- regex
144
- requests
145
- rfc3339-validator
146
- rfc3986-validator
147
- rich
148
- rich-toolkit
149
- rpds-py
150
- ruff
151
- s3transfer
152
- safehttpx
153
- safetensors
154
- scikit-learn
155
- scipy
156
- scs
157
- seaborn
158
- semantic-version
159
- Send2Trash
160
- setuptools
161
- shellingham
162
- six
163
- sniffio
164
- soupsieve
165
- spaces
166
- stack-data
167
- starlette
168
- sympy
169
- tenacity
170
- tensorboard
171
- tensorboard-data-server
172
- terminado
173
- threadpoolctl
174
- timm
175
- tinycss2
176
- tokenizers
177
- tomlkit
178
- toolz
179
- torch
180
- torchdata
181
- torchmetrics
182
- torchvision
183
- tornado
184
- tqdm
185
- traitlets
186
- transformers
187
- typer
188
- types-python-dateutil
189
- typing_extensions
190
- tzdata
191
- ujson
192
- ultralytics
193
- ultralytics-thop
194
- uri-template
195
- urllib3
196
- uvicorn
197
- uvloop
198
- watchfiles
199
- wcwidth
200
- webcolors
201
- webencodings
202
- websocket-client
203
- websockets
204
- Werkzeug
205
- wheel
206
- xmltodict
207
- xxhash
208
- yarl
209
- imageio[ffmpeg]
 
1
+ gradio==5.20.0
2
+ numpy==2.2.3
3
+ opencv_python==4.11.0.86
4
+ spaces==0.32.0
5
+ ultralytics==8.3.64