forked from flyteorg/flytekit
-
Notifications
You must be signed in to change notification settings - Fork 0
/
doc-requirements.txt
903 lines (902 loc) · 17.2 KB
/
doc-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
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
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
#
# This file is autogenerated by pip-compile with python 3.9
# To update, run:
#
# make doc-requirements.txt
#
-e file:.#egg=flytekit
# via -r doc-requirements.in
absl-py==1.2.0
# via
# tensorboard
# tensorflow
aiosignal==1.2.0
# via ray
alabaster==0.7.12
# via sphinx
altair==4.2.0
# via great-expectations
ansiwrap==0.8.4
# via papermill
appnope==0.1.3
# via
# ipykernel
# ipython
argon2-cffi==21.3.0
# via notebook
argon2-cffi-bindings==21.2.0
# via argon2-cffi
arrow==1.2.3
# via jinja2-time
astroid==2.12.10
# via sphinx-autoapi
asttokens==2.0.8
# via stack-data
astunparse==1.6.3
# via tensorflow
attrs==22.1.0
# via
# jsonschema
# ray
# visions
babel==2.10.3
# via sphinx
backcall==0.2.0
# via ipython
beautifulsoup4==4.11.1
# via
# furo
# nbconvert
# sphinx-code-include
# sphinx-material
binaryornot==0.4.4
# via cookiecutter
bleach==5.0.1
# via nbconvert
botocore==1.27.82
# via -r doc-requirements.in
cachetools==5.2.0
# via google-auth
certifi==2022.9.24
# via
# kubernetes
# requests
cffi==1.15.1
# via
# argon2-cffi-bindings
# cryptography
chardet==5.0.0
# via binaryornot
charset-normalizer==2.1.1
# via requests
click==8.0.4
# via
# cookiecutter
# flytekit
# great-expectations
# papermill
# ray
cloudpickle==2.2.0
# via flytekit
colorama==0.4.5
# via great-expectations
cookiecutter==2.1.1
# via flytekit
croniter==1.3.7
# via flytekit
cryptography==38.0.1
# via
# -r doc-requirements.in
# great-expectations
# pyopenssl
css-html-js-minify==2.5.5
# via sphinx-material
cycler==0.11.0
# via matplotlib
dataclasses-json==0.5.7
# via
# dolt-integrations
# flytekit
debugpy==1.6.3
# via ipykernel
decorator==5.1.1
# via
# ipython
# retry
defusedxml==0.7.1
# via nbconvert
deprecated==1.2.13
# via flytekit
diskcache==5.4.0
# via flytekit
distlib==0.3.6
# via virtualenv
docker==6.0.0
# via flytekit
docker-image-py==0.1.12
# via flytekit
docstring-parser==0.15
# via flytekit
docutils==0.17.1
# via
# sphinx
# sphinx-panels
dolt-integrations==0.1.5
# via -r doc-requirements.in
doltcli==0.1.17
# via dolt-integrations
entrypoints==0.4
# via
# altair
# jupyter-client
# papermill
executing==1.1.0
# via stack-data
fastjsonschema==2.16.2
# via nbformat
filelock==3.8.0
# via
# ray
# virtualenv
flatbuffers==1.12
# via
# tensorflow
# tf2onnx
flyteidl==1.1.17
# via flytekit
fonttools==4.37.3
# via matplotlib
frozenlist==1.3.1
# via
# aiosignal
# ray
fsspec==2022.8.2
# via
# -r doc-requirements.in
# modin
furo @ git+https://github.com/flyteorg/furo@main
# via -r doc-requirements.in
gast==0.4.0
# via tensorflow
google-api-core[grpc]==2.8.2
# via
# -r doc-requirements.in
# google-cloud-bigquery
# google-cloud-bigquery-storage
# google-cloud-core
google-auth==2.12.0
# via
# google-api-core
# google-auth-oauthlib
# google-cloud-core
# kubernetes
# tensorboard
google-auth-oauthlib==0.4.6
# via tensorboard
google-cloud==0.34.0
# via -r doc-requirements.in
google-cloud-bigquery==3.1.0
# via -r doc-requirements.in
google-cloud-bigquery-storage==2.16.0
# via google-cloud-bigquery
google-cloud-core==2.3.2
# via google-cloud-bigquery
google-crc32c==1.5.0
# via google-resumable-media
google-pasta==0.2.0
# via tensorflow
google-resumable-media==2.3.3
# via google-cloud-bigquery
googleapis-common-protos==1.56.4
# via
# flyteidl
# google-api-core
# grpcio-status
great-expectations==0.15.25
# via -r doc-requirements.in
greenlet==1.1.3
# via sqlalchemy
grpcio==1.43.0
# via
# -r doc-requirements.in
# flytekit
# google-api-core
# google-cloud-bigquery
# grpcio-status
# ray
# tensorboard
# tensorflow
grpcio-status==1.43.0
# via
# -r doc-requirements.in
# flytekit
# google-api-core
h5py==3.7.0
# via tensorflow
htmlmin==0.1.12
# via pandas-profiling
idna==3.4
# via requests
imagehash==4.3.1
# via visions
imagesize==1.4.1
# via sphinx
importlib-metadata==4.12.0
# via
# flytekit
# great-expectations
# keyring
# markdown
# nbconvert
# sphinx
ipykernel==6.16.0
# via
# ipywidgets
# jupyter
# jupyter-console
# notebook
# qtconsole
ipython==8.5.0
# via
# great-expectations
# ipykernel
# ipywidgets
# jupyter-console
ipython-genutils==0.2.0
# via
# notebook
# qtconsole
ipywidgets==8.0.2
# via
# great-expectations
# jupyter
jaraco-classes==3.2.3
# via keyring
jedi==0.18.1
# via ipython
jinja2==3.1.2
# via
# altair
# cookiecutter
# great-expectations
# jinja2-time
# nbconvert
# notebook
# pandas-profiling
# sphinx
# sphinx-autoapi
jinja2-time==0.2.0
# via cookiecutter
jmespath==1.0.1
# via botocore
joblib==1.1.0
# via
# flytekit
# pandas-profiling
# phik
# scikit-learn
jsonpatch==1.32
# via great-expectations
jsonpointer==2.3
# via jsonpatch
jsonschema==4.16.0
# via
# altair
# great-expectations
# nbformat
# ray
jupyter==1.0.0
# via -r doc-requirements.in
jupyter-client==7.3.5
# via
# ipykernel
# jupyter-console
# nbclient
# notebook
# qtconsole
jupyter-console==6.4.4
# via jupyter
jupyter-core==4.11.1
# via
# jupyter-client
# nbconvert
# nbformat
# notebook
# qtconsole
jupyterlab-pygments==0.2.2
# via nbconvert
jupyterlab-widgets==3.0.3
# via ipywidgets
keras==2.9.0
# via tensorflow
keras-preprocessing==1.1.2
# via tensorflow
keyring==23.9.3
# via flytekit
kiwisolver==1.4.4
# via matplotlib
kubernetes==24.2.0
# via -r doc-requirements.in
lazy-object-proxy==1.7.1
# via astroid
libclang==14.0.6
# via tensorflow
lxml==4.9.1
# via
# nbconvert
# sphinx-material
makefun==1.15.0
# via great-expectations
markdown==3.4.1
# via
# -r doc-requirements.in
# tensorboard
markupsafe==2.1.1
# via
# jinja2
# nbconvert
# werkzeug
marshmallow==3.18.0
# via
# dataclasses-json
# great-expectations
# marshmallow-enum
# marshmallow-jsonschema
marshmallow-enum==1.5.1
# via dataclasses-json
marshmallow-jsonschema==0.13.0
# via flytekit
matplotlib==3.5.3
# via
# missingno
# pandas-profiling
# phik
# seaborn
matplotlib-inline==0.1.6
# via
# ipykernel
# ipython
missingno==0.5.1
# via pandas-profiling
mistune==2.0.4
# via
# great-expectations
# nbconvert
modin==0.15.3
# via -r doc-requirements.in
more-itertools==8.14.0
# via jaraco-classes
msgpack==1.0.4
# via ray
multimethod==1.8
# via
# pandas-profiling
# visions
mypy-extensions==0.4.3
# via typing-inspect
natsort==8.2.0
# via flytekit
nbclient==0.6.8
# via
# nbconvert
# papermill
nbconvert==7.0.0
# via
# jupyter
# notebook
nbformat==5.6.1
# via
# great-expectations
# nbclient
# nbconvert
# notebook
# papermill
nest-asyncio==1.5.5
# via
# ipykernel
# jupyter-client
# nbclient
# notebook
networkx==2.8.6
# via visions
notebook==6.4.12
# via
# great-expectations
# jupyter
numpy==1.23.3
# via
# altair
# great-expectations
# h5py
# imagehash
# keras-preprocessing
# matplotlib
# missingno
# modin
# onnx
# onnxconverter-common
# opt-einsum
# pandas
# pandas-profiling
# pandera
# patsy
# phik
# pyarrow
# pywavelets
# ray
# scikit-learn
# scipy
# seaborn
# skl2onnx
# statsmodels
# tensorboard
# tensorflow
# tf2onnx
# visions
oauthlib==3.2.1
# via requests-oauthlib
onnx==1.12.0
# via
# onnxconverter-common
# skl2onnx
# tf2onnx
onnxconverter-common==1.12.2
# via skl2onnx
opt-einsum==3.3.0
# via tensorflow
packaging==21.3
# via
# docker
# google-cloud-bigquery
# great-expectations
# ipykernel
# marshmallow
# matplotlib
# modin
# nbconvert
# pandera
# qtpy
# sphinx
# statsmodels
# tensorflow
pandas==1.4.4
# via
# altair
# dolt-integrations
# flytekit
# great-expectations
# modin
# pandas-profiling
# pandera
# phik
# seaborn
# statsmodels
# visions
pandas-profiling==3.3.0
# via -r doc-requirements.in
pandera==0.12.0
# via -r doc-requirements.in
pandocfilters==1.5.0
# via nbconvert
papermill==2.4.0
# via -r doc-requirements.in
parso==0.8.3
# via jedi
patsy==0.5.2
# via statsmodels
pexpect==4.8.0
# via ipython
phik==0.12.2
# via pandas-profiling
pickleshare==0.7.5
# via ipython
pillow==9.2.0
# via
# imagehash
# matplotlib
# visions
platformdirs==2.5.2
# via virtualenv
plotly==5.10.0
# via -r doc-requirements.in
prometheus-client==0.14.1
# via notebook
prompt-toolkit==3.0.31
# via
# ipython
# jupyter-console
proto-plus==1.22.1
# via
# google-cloud-bigquery
# google-cloud-bigquery-storage
protobuf==3.19.5
# via
# flyteidl
# flytekit
# google-api-core
# google-cloud-bigquery
# google-cloud-bigquery-storage
# googleapis-common-protos
# grpcio-status
# onnx
# onnxconverter-common
# proto-plus
# protoc-gen-swagger
# ray
# skl2onnx
# tensorboard
# tensorflow
# whylogs
protoc-gen-swagger==0.1.0
# via flyteidl
psutil==5.9.2
# via
# ipykernel
# modin
ptyprocess==0.7.0
# via
# pexpect
# terminado
pure-eval==0.2.2
# via stack-data
py==1.11.0
# via retry
py4j==0.10.9.5
# via pyspark
pyarrow==6.0.1
# via
# flytekit
# google-cloud-bigquery
# pandera
pyasn1==0.4.8
# via
# pyasn1-modules
# rsa
pyasn1-modules==0.2.8
# via google-auth
pycparser==2.21
# via cffi
pydantic==1.9.2
# via
# pandas-profiling
# pandera
pygments==2.13.0
# via
# furo
# ipython
# jupyter-console
# nbconvert
# qtconsole
# sphinx
# sphinx-prompt
pyopenssl==22.1.0
# via flytekit
pyparsing==3.0.9
# via
# great-expectations
# matplotlib
# packaging
pyrsistent==0.18.1
# via jsonschema
pyspark==3.3.0
# via -r doc-requirements.in
python-dateutil==2.8.2
# via
# arrow
# botocore
# croniter
# flytekit
# google-cloud-bigquery
# great-expectations
# jupyter-client
# kubernetes
# matplotlib
# pandas
# whylabs-client
python-json-logger==2.0.4
# via flytekit
python-slugify[unidecode]==6.1.2
# via
# cookiecutter
# sphinx-material
pytimeparse==1.1.8
# via flytekit
pytz==2022.2.1
# via
# babel
# flytekit
# great-expectations
# pandas
pytz-deprecation-shim==0.1.0.post0
# via tzlocal
pywavelets==1.4.1
# via imagehash
pyyaml==6.0
# via
# cookiecutter
# flytekit
# kubernetes
# pandas-profiling
# papermill
# ray
# sphinx-autoapi
pyzmq==24.0.1
# via
# ipykernel
# jupyter-client
# notebook
# qtconsole
qtconsole==5.3.2
# via jupyter
qtpy==2.2.0
# via qtconsole
ray==2.0.0
# via -r doc-requirements.in
regex==2022.9.13
# via docker-image-py
requests==2.28.1
# via
# cookiecutter
# docker
# flytekit
# google-api-core
# google-cloud-bigquery
# great-expectations
# kubernetes
# pandas-profiling
# papermill
# ray
# requests-oauthlib
# responses
# sphinx
# tensorboard
# tf2onnx
requests-oauthlib==1.3.1
# via
# google-auth-oauthlib
# kubernetes
responses==0.21.0
# via flytekit
retry==0.9.2
# via flytekit
rsa==4.9
# via google-auth
ruamel-yaml==0.17.17
# via great-expectations
ruamel-yaml-clib==0.2.6
# via ruamel-yaml
scikit-learn==1.1.1
# via
# -r doc-requirements.in
# skl2onnx
scipy==1.9.1
# via
# great-expectations
# imagehash
# missingno
# pandas-profiling
# phik
# scikit-learn
# seaborn
# skl2onnx
# statsmodels
seaborn==0.11.2
# via
# missingno
# pandas-profiling
send2trash==1.8.0
# via notebook
six==1.16.0
# via
# asttokens
# astunparse
# bleach
# google-auth
# google-pasta
# grpcio
# keras-preprocessing
# kubernetes
# patsy
# python-dateutil
# sphinx-code-include
# tensorflow
# tf2onnx
skl2onnx==1.13
# via -r doc-requirements.in
snowballstemmer==2.2.0
# via sphinx
sortedcontainers==2.4.0
# via flytekit
soupsieve==2.3.2.post1
# via beautifulsoup4
sphinx==4.5.0
# via
# -r doc-requirements.in
# furo
# sphinx-autoapi
# sphinx-basic-ng
# sphinx-code-include
# sphinx-copybutton
# sphinx-fontawesome
# sphinx-gallery
# sphinx-material
# sphinx-panels
# sphinx-prompt
# sphinxcontrib-yt
sphinx-autoapi==2.0.0
# via -r doc-requirements.in
sphinx-basic-ng==0.0.1a12
# via furo
sphinx-code-include==1.1.1
# via -r doc-requirements.in
sphinx-copybutton==0.5.0
# via -r doc-requirements.in
sphinx-fontawesome==0.0.6
# via -r doc-requirements.in
sphinx-gallery==0.11.1
# via -r doc-requirements.in
sphinx-material==0.0.35
# via -r doc-requirements.in
sphinx-panels==0.6.0
# via -r doc-requirements.in
sphinx-prompt==1.5.0
# via -r doc-requirements.in
sphinxcontrib-applehelp==1.0.2
# via sphinx
sphinxcontrib-devhelp==1.0.2
# via sphinx
sphinxcontrib-htmlhelp==2.0.0
# via sphinx
sphinxcontrib-jsmath==1.0.1
# via sphinx
sphinxcontrib-qthelp==1.0.3
# via sphinx
sphinxcontrib-serializinghtml==1.1.5
# via sphinx
sphinxcontrib-yt==0.2.2
# via -r doc-requirements.in
sqlalchemy==1.4.41
# via -r doc-requirements.in
stack-data==0.5.1
# via ipython
statsd==3.3.0
# via flytekit
statsmodels==0.13.2
# via pandas-profiling
tangled-up-in-unicode==0.2.0
# via
# pandas-profiling
# visions
tenacity==8.1.0
# via
# papermill
# plotly
tensorboard==2.9.1
# via tensorflow
tensorboard-data-server==0.6.1
# via tensorboard
tensorboard-plugin-wit==1.8.1
# via tensorboard
tensorflow==2.9.0
# via -r doc-requirements.in
tensorflow-estimator==2.9.0
# via tensorflow
tensorflow-io-gcs-filesystem==0.27.0
# via tensorflow
termcolor==2.0.1
# via
# great-expectations
# tensorflow
terminado==0.15.0
# via notebook
text-unidecode==1.3
# via python-slugify
textwrap3==0.9.2
# via ansiwrap
tf2onnx==1.12.1
# via -r doc-requirements.in
threadpoolctl==3.1.0
# via scikit-learn
tinycss2==1.1.1
# via nbconvert
toolz==0.12.0
# via altair
torch==1.12.1
# via -r doc-requirements.in
tornado==6.2
# via
# ipykernel
# jupyter-client
# notebook
# terminado
tqdm==4.64.1
# via
# great-expectations
# pandas-profiling
# papermill
traitlets==5.4.0
# via
# ipykernel
# ipython
# ipywidgets
# jupyter-client
# jupyter-core
# matplotlib-inline
# nbclient
# nbconvert
# nbformat
# notebook
# qtconsole
typing-extensions==4.3.0
# via
# astroid
# flytekit
# great-expectations
# onnx
# pydantic
# tensorflow
# torch
# typing-inspect
# whylogs
typing-inspect==0.8.0
# via
# dataclasses-json
# pandera
tzdata==2022.4
# via pytz-deprecation-shim
tzlocal==4.2
# via great-expectations
unidecode==1.3.4
# via
# python-slugify
# sphinx-autoapi
urllib3==1.26.12
# via
# botocore
# docker
# flytekit
# great-expectations
# kubernetes
# requests
# responses
# whylabs-client
virtualenv==20.16.5
# via ray
visions[type_image_path]==0.7.5
# via pandas-profiling
wcwidth==0.2.5
# via prompt-toolkit
webencodings==0.5.1
# via
# bleach
# tinycss2
websocket-client==1.4.1
# via
# docker
# kubernetes
werkzeug==2.2.2
# via tensorboard
wheel==0.37.1
# via
# astunparse
# flytekit
# tensorboard
whylabs-client==0.3.0
# via -r doc-requirements.in
whylogs==1.1.4
# via -r doc-requirements.in
whylogs-sketching==3.4.1.dev3
# via whylogs
widgetsnbextension==4.0.3
# via ipywidgets
wrapt==1.14.1
# via
# astroid
# deprecated
# flytekit
# pandera
# tensorflow
zipp==3.8.1
# via importlib-metadata
# The following packages are considered to be unsafe in a requirements file:
# setuptools