-
Notifications
You must be signed in to change notification settings - Fork 3
/
requirements.txt
517 lines (516 loc) Β· 9.51 KB
/
requirements.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
#
# This file is autogenerated by pip-compile with python 3.9
# To update, run:
#
# pip-compile requirements.in
#
absl-py==1.2.0
# via tensorboard
aiofiles==22.1.0
# via sanic
aiohttp==3.8.3
# via
# bentoml
# fsspec
# gradio
aiosignal==1.2.0
# via aiohttp
anyio==3.6.1
# via
# httpcore
# starlette
# watchfiles
appdirs==1.4.4
# via fs
asgiref==3.5.2
# via opentelemetry-instrumentation-asgi
async-timeout==4.0.2
# via aiohttp
attrs==22.1.0
# via
# aiohttp
# bentoml
# cattrs
bcrypt==4.0.0
# via paramiko
bentoctl==0.3.4
# via -r requirements.in
bentoml[io-image]==1.0.7
# via
# -r requirements.in
# bentoctl
build==0.8.0
# via pip-tools
cachetools==5.2.0
# via google-auth
cattrs==22.2.0
# via bentoml
cerberus==1.3.4
# via bentoctl
certifi==2022.9.24
# via
# httpcore
# httpx
# requests
cffi==1.15.1
# via
# cryptography
# pynacl
cfgv==3.3.1
# via pre-commit
charset-normalizer==2.1.1
# via
# aiohttp
# requests
circus==0.17.1
# via bentoml
click==8.1.3
# via
# bentoctl
# bentoml
# pip-tools
# uvicorn
cloudpickle==2.2.0
# via bentoml
coloredlogs==15.0.1
# via onnxruntime
commonmark==0.9.1
# via rich
contextlib2==21.6.0
# via schema
contourpy==1.0.5
# via matplotlib
cryptography==38.0.1
# via paramiko
cycler==0.11.0
# via matplotlib
deepmerge==1.0.1
# via bentoml
deprecated==1.2.13
# via opentelemetry-api
distlib==0.3.6
# via virtualenv
docker==5.0.3
# via bentoctl
exceptiongroup==1.0.0rc9
# via cattrs
fastapi==0.85.0
# via gradio
ffmpy==0.3.0
# via
# gradio
# katna
filelock==3.8.0
# via virtualenv
flatbuffers==22.9.24
# via onnxruntime
fonttools==4.37.4
# via matplotlib
frozenlist==1.3.1
# via
# aiohttp
# aiosignal
fs==2.4.16
# via bentoml
fsspec[http]==2022.8.2
# via
# gradio
# pytorch-lightning
future==0.18.2
# via s2sphere
geographiclib==1.52
# via geopy
geopy==2.2.0
# via -r requirements.in
google-auth==2.12.0
# via
# google-auth-oauthlib
# tensorboard
google-auth-oauthlib==0.4.6
# via tensorboard
gradio==3.4.1
# via -r requirements.in
grpcio==1.49.1
# via tensorboard
h11==0.12.0
# via
# gradio
# httpcore
# uvicorn
httpcore==0.15.0
# via httpx
httptools==0.5.0
# via sanic
httpx==0.23.0
# via gradio
humanfriendly==10.0
# via coloredlogs
identify==2.5.6
# via pre-commit
idna==3.4
# via
# anyio
# requests
# rfc3986
# yarl
imageio==2.22.1
# via scikit-image
imageio-ffmpeg==0.4.7
# via katna
importlib-metadata==5.0.0
# via markdown
imutils==0.5.4
# via katna
jinja2==3.1.2
# via
# bentoml
# gradio
joblib==1.2.0
# via scikit-learn
katna @ git+https://github.com/samhita-alla/katna.git
# via -r requirements.in
kiwisolver==1.4.4
# via matplotlib
linkify-it-py==1.0.3
# via markdown-it-py
markdown==3.4.1
# via tensorboard
markdown-it-py[linkify,plugins]==2.1.0
# via
# gradio
# mdit-py-plugins
markupsafe==2.1.1
# via
# jinja2
# werkzeug
matplotlib==3.6.0
# via gradio
mdit-py-plugins==0.3.1
# via markdown-it-py
mdurl==0.1.2
# via markdown-it-py
mpmath==1.2.1
# via sympy
msgpack==1.0.4
# via -r requirements.in
multidict==6.0.2
# via
# aiohttp
# sanic
# yarl
networkx==2.8.7
# via scikit-image
nodeenv==1.7.0
# via pre-commit
numpy==1.23.3
# via
# bentoml
# contourpy
# gradio
# imageio
# katna
# matplotlib
# onnx
# onnxruntime
# opencv-contrib-python
# pandas
# pytorch-lightning
# pywavelets
# scikit-image
# scikit-learn
# scipy
# tensorboard
# tifffile
# torchmetrics
# torchvision
oauthlib==3.2.1
# via requests-oauthlib
onnx==1.12.0
# via -r requirements.in
onnxruntime==1.12.1
# via -r requirements.in
opencv-contrib-python==4.6.0.66
# via katna
opentelemetry-api==1.12.0
# via
# bentoml
# opentelemetry-instrumentation
# opentelemetry-instrumentation-aiohttp-client
# opentelemetry-instrumentation-asgi
# opentelemetry-sdk
opentelemetry-instrumentation==0.33b0
# via
# bentoml
# opentelemetry-instrumentation-aiohttp-client
# opentelemetry-instrumentation-asgi
opentelemetry-instrumentation-aiohttp-client==0.33b0
# via bentoml
opentelemetry-instrumentation-asgi==0.33b0
# via bentoml
opentelemetry-sdk==1.12.0
# via
# -r requirements.in
# bentoml
opentelemetry-semantic-conventions==0.33b0
# via
# -r requirements.in
# bentoml
# opentelemetry-instrumentation-aiohttp-client
# opentelemetry-instrumentation-asgi
# opentelemetry-sdk
opentelemetry-util-http==0.33b0
# via
# bentoml
# opentelemetry-instrumentation-aiohttp-client
# opentelemetry-instrumentation-asgi
orjson==3.8.0
# via gradio
packaging==21.3
# via
# bentoml
# build
# matplotlib
# onnxruntime
# pytorch-lightning
# scikit-image
# torchmetrics
pandas==1.5.0
# via gradio
paramiko==2.11.0
# via gradio
pathspec==0.10.1
# via bentoml
pep517==0.13.0
# via build
pillow==9.2.0
# via
# -r requirements.in
# bentoml
# gradio
# imageio
# matplotlib
# scikit-image
# torchvision
pip-tools==6.9.0
# via bentoml
platformdirs==2.5.2
# via virtualenv
plotly==5.10.0
# via -r requirements.in
pre-commit==2.20.0
# via -r requirements.in
prometheus-client==0.14.1
# via bentoml
protobuf==3.19.6
# via
# onnx
# onnxruntime
# tensorboard
psutil==5.9.2
# via
# bentoml
# circus
# katna
pyasn1==0.4.8
# via
# pyasn1-modules
# rsa
pyasn1-modules==0.2.8
# via google-auth
pycparser==2.21
# via cffi
pycryptodome==3.15.0
# via gradio
pydantic==1.10.2
# via
# -r requirements.in
# fastapi
# gradio
pydeprecate==0.3.2
# via pytorch-lightning
pydub==0.25.1
# via gradio
pygments==2.13.0
# via rich
pynacl==1.5.0
# via paramiko
pynvml==11.4.1
# via bentoml
pyparsing==3.0.9
# via
# matplotlib
# packaging
python-dateutil==2.8.2
# via
# bentoml
# matplotlib
# pandas
python-dotenv==0.21.0
# via bentoml
python-multipart==0.0.5
# via
# bentoml
# gradio
pytorch-lightning==1.7.7
# via -r requirements.in
pytz==2022.4
# via pandas
pywavelets==1.4.1
# via scikit-image
pyyaml==6.0
# via
# bentoctl
# bentoml
# gradio
# pre-commit
# pytorch-lightning
pyzmq==24.0.1
# via circus
requests==2.28.1
# via
# bentoml
# docker
# fsspec
# gradio
# katna
# requests-oauthlib
# tensorboard
# torchvision
requests-oauthlib==1.3.1
# via google-auth-oauthlib
rfc3986[idna2008]==1.5.0
# via httpx
rich==12.6.0
# via
# bentoctl
# bentoml
rsa==4.9
# via google-auth
s2sphere==0.2.5
# via -r requirements.in
sanic==22.6.2
# via -r requirements.in
sanic-routing==22.3.0
# via sanic
schema==0.7.5
# via bentoml
scikit-image==0.19.3
# via katna
scikit-learn==1.1.2
# via
# -r requirements.in
# katna
scipy==1.9.1
# via
# katna
# scikit-image
# scikit-learn
semantic-version==2.10.0
# via bentoctl
simple-di==0.1.5
# via bentoml
simple-term-menu==0.4.4
# via bentoctl
six==1.16.0
# via
# fs
# google-auth
# grpcio
# paramiko
# python-dateutil
# python-multipart
smart-open==6.2.0
# via -r requirements.in
sniffio==1.3.0
# via
# anyio
# httpcore
# httpx
starlette==0.20.4
# via
# bentoml
# fastapi
sympy==1.11.1
# via onnxruntime
tenacity==8.1.0
# via plotly
tensorboard==2.10.1
# via pytorch-lightning
tensorboard-data-server==0.6.1
# via tensorboard
tensorboard-plugin-wit==1.8.1
# via tensorboard
threadpoolctl==3.1.0
# via scikit-learn
tifffile==2022.8.12
# via scikit-image
toml==0.10.2
# via pre-commit
tomli==2.0.1
# via
# build
# pep517
torch==1.12.1
# via
# pytorch-lightning
# torchmetrics
# torchvision
torchmetrics==0.10.0
# via pytorch-lightning
torchvision==0.13.1
# via -r requirements.in
tornado==6.2
# via circus
tqdm==4.64.1
# via pytorch-lightning
typing-extensions==4.4.0
# via
# onnx
# opentelemetry-sdk
# pydantic
# pytorch-lightning
# starlette
# torch
# torchvision
uc-micro-py==1.0.1
# via linkify-it-py
ujson==5.5.0
# via sanic
urllib3==1.26.12
# via requests
uvicorn==0.18.3
# via
# bentoml
# gradio
uvloop==0.17.0
# via sanic
virtualenv==20.16.5
# via pre-commit
watchfiles==0.17.0
# via bentoml
websocket-client==1.4.1
# via docker
websockets==10.3
# via
# gradio
# sanic
werkzeug==2.2.2
# via tensorboard
wheel==0.37.1
# via
# pip-tools
# tensorboard
wrapt==1.14.1
# via
# deprecated
# opentelemetry-instrumentation
# opentelemetry-instrumentation-aiohttp-client
yarl==1.8.1
# via aiohttp
youtube-dl==2021.12.17
# via -r requirements.in
zipp==3.8.1
# via importlib-metadata
# The following packages are considered to be unsafe in a requirements file:
# pip
# setuptools