forked from udacity/nd0821-c3-starter-code
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathrequirements.txt
More file actions
733 lines (732 loc) · 12.6 KB
/
requirements.txt
File metadata and controls
733 lines (732 loc) · 12.6 KB
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
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
#
# This file is autogenerated by pip-compile with Python 3.11
# by the following command:
#
# pip-compile requirements.in
#
adlfs==2024.12.0
# via dvc-azure
aiobotocore[boto3]==2.23.2
# via
# dvc-s3
# s3fs
aiohappyeyeballs==2.6.1
# via aiohttp
aiohttp==3.12.14
# via
# adlfs
# aiobotocore
# aiohttp-retry
# aiooss2
# fsspec
# gcsfs
# s3fs
aiohttp-retry==2.9.1
# via
# dvc-http
# scmrepo
aioitertools==0.12.0
# via aiobotocore
aiooss2==0.2.11
# via ossfs
aiosignal==1.4.0
# via aiohttp
aliyun-python-sdk-core==2.16.0
# via
# aliyun-python-sdk-kms
# oss2
aliyun-python-sdk-kms==2.16.5
# via oss2
amqp==5.3.1
# via kombu
annotated-types==0.7.0
# via pydantic
antlr4-python3-runtime==4.9.3
# via
# hydra-core
# omegaconf
anyio==4.9.0
# via
# httpx
# starlette
appdirs==1.4.4
# via
# iterative-telemetry
# pydrive2
argcomplete==3.6.2
# via knack
asyncssh[bcrypt]==2.21.0
# via
# scmrepo
# sshfs
atpublic==6.0.1
# via flufl-lock
attrs==25.3.0
# via
# aiohttp
# dvc
# dvc-data
# sqltrie
# visions
azure-core==1.35.0
# via
# adlfs
# azure-identity
# azure-storage-blob
azure-datalake-store==0.0.53
# via adlfs
azure-identity==1.23.1
# via
# adlfs
# dvc-azure
azure-storage-blob==12.26.0
# via adlfs
bcrypt==4.3.0
# via asyncssh
billiard==4.2.1
# via celery
boto3==1.39.8
# via aiobotocore
botocore==1.39.8
# via
# aiobotocore
# boto3
# s3transfer
cachetools==5.5.2
# via google-auth
celery==5.5.3
# via
# dvc
# dvc-task
certifi==2025.7.14
# via
# httpcore
# httpx
# requests
cffi==1.17.1
# via
# azure-datalake-store
# cryptography
# pygit2
charset-normalizer==3.4.2
# via requests
click==8.2.1
# via
# celery
# click-didyoumean
# click-plugins
# click-repl
# typer
# uvicorn
click-didyoumean==0.3.1
# via celery
click-plugins==1.1.1.2
# via celery
click-repl==0.3.0
# via celery
colorama==0.4.6
# via dvc
configobj==5.0.9
# via dvc
contourpy==1.3.2
# via matplotlib
crcmod==1.7
# via oss2
cryptography==43.0.3
# via
# aliyun-python-sdk-core
# asyncssh
# azure-identity
# azure-storage-blob
# msal
# pydrive2
# pyjwt
# pyopenssl
cycler==0.12.1
# via matplotlib
dacite==1.9.2
# via ydata-profiling
decorator==5.2.1
# via gcsfs
dictdiffer==0.9.0
# via dvc-data
diskcache==5.6.3
# via dvc-data
distro==1.9.0
# via
# dvc
# iterative-telemetry
dpath==2.2.0
# via dvc
dulwich==0.23.2
# via
# dvc
# dvc-studio-client
# scmrepo
dvc[all,azure,gdrive,gs,hdfs,oss,s3,ssh,webdav,webhdfs]==3.61.0
# via
# -r requirements.in
# dvc-azure
# dvc-gdrive
# dvc-gs
# dvc-hdfs
# dvc-oss
# dvc-s3
# dvc-ssh
# dvc-webdav
# dvc-webhdfs
dvc-azure==3.1.0
# via dvc
dvc-data==3.16.10
# via dvc
dvc-gdrive==3.0.1
# via dvc
dvc-gs==3.0.2
# via dvc
dvc-hdfs==3.0.0
# via dvc
dvc-http==2.32.0
# via dvc
dvc-objects==5.1.1
# via
# dvc
# dvc-data
dvc-oss==3.0.0
# via dvc
dvc-render==1.0.2
# via dvc
dvc-s3==3.2.2
# via dvc
dvc-ssh==4.2.1
# via dvc
dvc-studio-client==0.21.0
# via dvc
dvc-task==0.40.2
# via dvc
dvc-webdav==3.0.0
# via dvc
dvc-webhdfs==3.1.0
# via dvc
entrypoints==0.4
# via gto
fastapi==0.115.3
# via -r requirements.in
filelock==3.18.0
# via iterative-telemetry
flake8==7.3.0
# via -r requirements.in
flatten-dict==0.4.2
# via
# dvc
# dvc-s3
flufl-lock==8.2.0
# via dvc
fonttools==4.59.0
# via
# -r requirements.in
# matplotlib
frozenlist==1.7.0
# via
# aiohttp
# aiosignal
fsspec[arrow,http,tqdm]==2025.7.0
# via
# adlfs
# dvc
# dvc-data
# dvc-hdfs
# dvc-http
# dvc-objects
# dvc-webhdfs
# gcsfs
# ossfs
# pydrive2
# s3fs
# scmrepo
# sshfs
funcy==2.0
# via
# dvc
# dvc-data
# dvc-objects
# dvc-task
# gto
# pydrive2
# scmrepo
gcsfs==2025.7.0
# via dvc-gs
gitdb==4.0.12
# via gitpython
gitpython==3.1.45
# via scmrepo
google-api-core==2.25.1
# via
# google-api-python-client
# google-cloud-core
# google-cloud-storage
google-api-python-client==2.177.0
# via pydrive2
google-auth==2.40.3
# via
# gcsfs
# google-api-core
# google-api-python-client
# google-auth-httplib2
# google-auth-oauthlib
# google-cloud-core
# google-cloud-storage
google-auth-httplib2==0.2.0
# via google-api-python-client
google-auth-oauthlib==1.2.2
# via gcsfs
google-cloud-core==2.4.3
# via google-cloud-storage
google-cloud-storage==3.2.0
# via gcsfs
google-crc32c==1.7.1
# via
# google-cloud-storage
# google-resumable-media
google-resumable-media==2.7.2
# via google-cloud-storage
googleapis-common-protos==1.70.0
# via google-api-core
grandalf==0.8
# via dvc
gto==1.7.2
# via dvc
gunicorn==23.0.0
# via -r requirements.in
h11==0.16.0
# via
# httpcore
# uvicorn
htmlmin==0.1.12
# via ydata-profiling
httpcore==1.0.9
# via httpx
httplib2==0.22.0
# via
# google-api-python-client
# google-auth-httplib2
# oauth2client
httpx==0.28.1
# via webdav4
hydra-core==1.3.2
# via dvc
idna==3.10
# via
# anyio
# httpx
# requests
# yarl
imagehash==4.3.1
# via
# visions
# ydata-profiling
iniconfig==2.1.0
# via pytest
isodate==0.7.2
# via azure-storage-blob
iterative-telemetry==0.0.10
# via dvc
jinja2==3.1.6
# via
# pytest-html
# ydata-profiling
jmespath==0.10.0
# via
# aiobotocore
# aliyun-python-sdk-core
# boto3
# botocore
# knack
joblib==1.5.1
# via
# phik
# scikit-learn
kiwisolver==1.4.8
# via matplotlib
knack==0.12.0
# via dvc-azure
kombu==5.5.4
# via
# celery
# dvc
# dvc-task
llvmlite==0.44.0
# via numba
markdown-it-py==3.0.0
# via rich
markupsafe==3.0.2
# via jinja2
matplotlib==3.10.0
# via
# phik
# seaborn
# wordcloud
# ydata-profiling
mccabe==0.7.0
# via flake8
mdurl==0.1.2
# via markdown-it-py
msal==1.33.0
# via
# azure-datalake-store
# azure-identity
# msal-extensions
msal-extensions==1.3.1
# via azure-identity
multidict==6.6.3
# via
# aiobotocore
# aiohttp
# yarl
multimethod==1.12
# via
# visions
# ydata-profiling
networkx==3.5
# via
# dvc
# visions
numba==0.61.0
# via ydata-profiling
numpy==1.25.0
# via
# -r requirements.in
# contourpy
# imagehash
# matplotlib
# numba
# pandas
# patsy
# phik
# pywavelets
# scikit-learn
# scipy
# seaborn
# statsmodels
# visions
# wordcloud
# xgboost
# ydata-profiling
oauth2client==4.1.3
# via pydrive2
oauthlib==3.3.1
# via requests-oauthlib
omegaconf==2.3.0
# via
# dvc
# hydra-core
orjson==3.11.1
# via
# dvc-data
# sqltrie
oss2==2.18.4
# via
# aiooss2
# ossfs
ossfs==2025.5.0
# via dvc-oss
packaging==25.0
# via
# dvc
# gunicorn
# hydra-core
# knack
# kombu
# matplotlib
# pytest
# statsmodels
pandas==2.0.3
# via
# -r requirements.in
# phik
# seaborn
# statsmodels
# visions
# ydata-profiling
pathspec==0.12.1
# via
# dvc
# scmrepo
patsy==1.0.1
# via statsmodels
phik==0.12.5
# via ydata-profiling
pillow==11.3.0
# via
# -r requirements.in
# imagehash
# matplotlib
# visions
# wordcloud
platformdirs==4.3.8
# via dvc
pluggy==1.6.0
# via pytest
prompt-toolkit==3.0.51
# via click-repl
propcache==0.3.2
# via
# aiohttp
# yarl
proto-plus==1.26.1
# via google-api-core
protobuf==6.31.1
# via
# google-api-core
# googleapis-common-protos
# proto-plus
psutil==7.0.0
# via
# dvc
# flufl-lock
puremagic==1.30
# via visions
pyarrow==21.0.0
# via fsspec
pyasn1==0.6.1
# via
# oauth2client
# pyasn1-modules
# rsa
pyasn1-modules==0.4.2
# via
# google-auth
# oauth2client
pycodestyle==2.14.0
# via flake8
pycparser==2.22
# via cffi
pycryptodome==3.23.0
# via oss2
pydantic==2.11.7
# via
# fastapi
# gto
# ydata-profiling
pydantic-core==2.33.2
# via pydantic
pydot==4.0.1
# via dvc
pydrive2[fsspec]==1.21.3
# via dvc-gdrive
pyflakes==3.4.0
# via flake8
pygit2==1.18.0
# via scmrepo
pygments==2.19.2
# via
# knack
# pytest
# rich
pygtrie==2.5.0
# via
# dvc
# dvc-data
# scmrepo
# sqltrie
pyjwt[crypto]==2.10.1
# via
# msal
# pyjwt
pyopenssl==24.2.1
# via pydrive2
pyparsing==3.2.3
# via
# dvc
# grandalf
# httplib2
# matplotlib
# pydot
pytest==8.4.1
# via
# -r requirements.in
# pytest-html
# pytest-metadata
pytest-html==4.1.1
# via -r requirements.in
pytest-metadata==3.1.1
# via pytest-html
python-dateutil==2.9.0.post0
# via
# aiobotocore
# botocore
# celery
# matplotlib
# pandas
# webdav4
pytz==2025.2
# via pandas
pywavelets==1.8.0
# via imagehash
pyyaml==6.0.2
# via
# knack
# omegaconf
# pydrive2
# ydata-profiling
requests==2.32.4
# via
# -r requirements.in
# azure-core
# azure-datalake-store
# dvc
# dvc-studio-client
# gcsfs
# google-api-core
# google-cloud-storage
# iterative-telemetry
# msal
# oss2
# requests-oauthlib
# ydata-profiling
requests-oauthlib==2.0.0
# via google-auth-oauthlib
rich==14.1.0
# via
# dvc
# gto
# typer
rsa==4.9.1
# via
# google-auth
# oauth2client
ruamel-yaml==0.18.14
# via
# dvc
# gto
ruamel-yaml-clib==0.2.12
# via ruamel-yaml
s3fs==2025.7.0
# via dvc-s3
s3transfer==0.13.1
# via boto3
scikit-learn==1.3.0
# via -r requirements.in
scipy==1.15.3
# via
# imagehash
# phik
# scikit-learn
# statsmodels
# xgboost
# ydata-profiling
scmrepo==3.4.0
# via
# dvc
# gto
seaborn==0.13.2
# via ydata-profiling
semver==3.0.4
# via gto
shellingham==1.5.4
# via typer
shortuuid==1.0.13
# via
# dvc
# dvc-task
shtab==1.7.2
# via dvc
six==1.17.0
# via
# azure-core
# flatten-dict
# oauth2client
# oss2
# python-dateutil
smmap==5.0.2
# via gitdb
sniffio==1.3.1
# via anyio
sqltrie==0.11.2
# via dvc-data
sshfs[bcrypt]==2025.2.0
# via dvc-ssh
starlette==0.41.3
# via fastapi
statsmodels==0.14.5
# via ydata-profiling
tabulate==0.9.0
# via
# dvc
# gto
# knack
threadpoolctl==3.6.0
# via scikit-learn
tomlkit==0.13.3
# via dvc
tqdm==4.67.1
# via
# dvc
# dvc-data
# fsspec
# pydrive2
# scmrepo
# ydata-profiling
typeguard==4.4.4
# via ydata-profiling
typer==0.16.0
# via gto
typing-extensions==4.14.1
# via
# aiosignal
# anyio
# asyncssh
# azure-core
# azure-identity
# azure-storage-blob
# fastapi
# pydantic
# pydantic-core
# typeguard
# typer
# typing-inspection
typing-inspection==0.4.1
# via pydantic
tzdata==2025.2
# via
# kombu
# pandas
uritemplate==4.2.0
# via google-api-python-client
urllib3==2.5.0
# via
# botocore
# dulwich
# requests
uvicorn==0.35.0
# via -r requirements.in
vine==5.1.0
# via
# amqp
# celery
# kombu
visions[type-image-path]==0.8.1
# via ydata-profiling
voluptuous==0.15.2
# via
# dvc
# dvc-studio-client
wcwidth==0.2.13
# via prompt-toolkit
webdav4==0.10.0
# via dvc-webdav
wordcloud==1.9.4
# via ydata-profiling
wrapt==1.17.2
# via aiobotocore
xgboost==1.7.6
# via -r requirements.in
yarl==1.20.1
# via aiohttp
ydata-profiling==4.16.1
# via -r requirements.in
zc-lockfile==3.0.post1
# via dvc
zipp==3.23.0
# via -r requirements.in
# The following packages are considered to be unsafe in a requirements file:
# setuptools