forked from ray-project/ray
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathrequirements_compiled.txt
2502 lines (2500 loc) · 56.8 KB
/
requirements_compiled.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
904
905
906
907
908
909
910
911
912
913
914
915
916
917
918
919
920
921
922
923
924
925
926
927
928
929
930
931
932
933
934
935
936
937
938
939
940
941
942
943
944
945
946
947
948
949
950
951
952
953
954
955
956
957
958
959
960
961
962
963
964
965
966
967
968
969
970
971
972
973
974
975
976
977
978
979
980
981
982
983
984
985
986
987
988
989
990
991
992
993
994
995
996
997
998
999
1000
--extra-index-url https://download.pytorch.org/whl/cpu
--find-links https://data.pyg.org/whl/torch-1.13.0+cpu.html
--find-links https://data.pyg.org/whl/torch-2.0.1+cpu.html
about-time==4.2.1
# via alive-progress
absl-py==1.4.0
# via
# array-record
# chex
# dm-control
# dm-env
# dopamine-rl
# labmaze
# mujoco
# open-spiel
# optax
# orbax-checkpoint
# recsim
# tensorboard
# tensorflow
# tensorflow-datasets
# tensorflow-metadata
# tensorflow-probability
# tf-slim
accelerate==0.20.3
# via -r /ray/ci/../python/requirements/ml/core-requirements.txt
adal==1.2.7
# via msrestazure
aim==3.17.5
# via -r /ray/ci/../python/requirements/ml/tune-test-requirements.txt
aim-ui==3.17.5
# via aim
aimrecords==0.0.7
# via aim
aimrocks==0.4.0
# via aim
aioboto3==11.2.0
# via -r /ray/ci/../python/requirements/ml/data-requirements.txt
aiobotocore==2.5.0
# via
# aioboto3
# s3fs
aiofiles==22.1.0
# via
# aim
# gradio
# ypy-websocket
aiohttp==3.8.6
# via
# -r /ray/ci/../python/requirements.txt
# aiobotocore
# aiohttp-cors
# datasets
# fsspec
# google-auth
# s3fs
aiohttp-cors==0.7.0
# via -r /ray/ci/../python/requirements.txt
aioitertools==0.11.0
# via aiobotocore
aiorwlock==1.3.0
# via -r /ray/ci/../python/requirements.txt
aiosignal==1.3.1
# via
# -r /ray/ci/../python/requirements.txt
# aiohttp
# ray
aiosqlite==0.19.0
# via ypy-websocket
alabaster==0.7.13
# via sphinx
ale-py==0.8.1
# via
# -r /ray/ci/../python/requirements/ml/rllib-test-requirements.txt
# gym
alembic==1.12.1
# via
# aim
# mlflow
# optuna
alive-progress==3.1.5
# via pymoo
altair==5.1.2
# via gradio
annotated-types==0.6.0
# via pydantic
anyio==3.7.1
# via
# httpcore
# jupyter-server
# starlette
# watchfiles
applicationinsights==0.11.10
# via azure-cli-telemetry
argcomplete==1.12.3
# via
# azure-cli-core
# gsutil
# knack
# yq
argon2-cffi==23.1.0
# via
# jupyter-server
# nbclassic
# notebook
argon2-cffi-bindings==21.2.0
# via argon2-cffi
array-record==0.4.0
# via tensorflow-datasets
arrow==1.3.0
# via isoduration
asttokens==2.4.1
# via stack-data
astunparse==1.6.3
# via tensorflow
async-exit-stack==1.0.1
# via -r /ray/ci/../python/requirements/test-requirements.txt
async-generator==1.10
# via -r /ray/ci/../python/requirements/test-requirements.txt
async-timeout==4.0.3
# via
# aiohttp
# redis
attrs==21.4.0
# via
# -r /ray/ci/../python/requirements/test-requirements.txt
# aiohttp
# flake8-bugbear
# glom
# jschema-to-python
# jsonschema
# jupyter-cache
# markdown-it-py
# open-spiel
# pytest
# sarif-om
# semgrep
autograd==1.6.2
# via pymoo
autorom==0.6.1 ; platform_machine != "arm64"
# via -r /ray/ci/../python/requirements/ml/rllib-test-requirements.txt
autorom-accept-rom-license==0.6.1
# via autorom
aws-sam-translator==1.81.0
# via cfn-lint
aws-xray-sdk==2.12.1
# via moto
ax-platform==0.3.2
# via
# -r /ray/ci/../python/requirements/ml/tune-requirements.txt
# ax-platform
azure-cli-core==2.40.0
# via -r /ray/ci/../python/requirements/test-requirements.txt
azure-cli-telemetry==1.0.8
# via azure-cli-core
azure-common==1.1.28
# via
# azure-mgmt-compute
# azure-mgmt-network
# azure-mgmt-resource
azure-core==1.29.5
# via
# azure-identity
# azure-mgmt-core
# msrest
azure-identity==1.10.0
# via -r /ray/ci/../python/requirements/test-requirements.txt
azure-mgmt-compute==23.1.0
# via -r /ray/ci/../python/requirements/test-requirements.txt
azure-mgmt-core==1.4.0
# via
# azure-cli-core
# azure-mgmt-compute
# azure-mgmt-network
# azure-mgmt-resource
azure-mgmt-network==19.0.0
# via -r /ray/ci/../python/requirements/test-requirements.txt
azure-mgmt-resource==20.0.0
# via -r /ray/ci/../python/requirements/test-requirements.txt
babel==2.13.1
# via
# jupyterlab-server
# sphinx
backcall==0.2.0
# via ipython
backoff==1.10.0
# via
# -r /ray/ci/../python/requirements/test-requirements.txt
# opentelemetry-exporter-otlp-proto-grpc
# segment-analytics-python
base58==2.0.1
# via aimrecords
bayesian-optimization==1.4.3
# via
# -r /ray/ci/../python/requirements/ml/tune-requirements.txt
# nevergrad
bcrypt==4.0.1
# via paramiko
beautifulsoup4==4.11.1
# via
# -r /ray/ci/../python/requirements/test-requirements.txt
# nbconvert
black==22.10.0
# via -r /ray/ci/../python/requirements/lint-requirements.txt
bleach==6.1.0
# via nbconvert
bokeh==2.4.3
# via dask
boltons==21.0.0
# via
# face
# glom
# semgrep
boto==2.49.0
# via gcs-oauth2-boto-plugin
boto3==1.26.76
# via
# -r /ray/ci/../python/requirements/test-requirements.txt
# aiobotocore
# aws-sam-translator
# moto
# smart-open
botocore==1.29.76
# via
# aiobotocore
# aws-xray-sdk
# boto3
# moto
# s3transfer
botorch==0.8.5
# via ax-platform
braceexpand==0.1.7
# via webdataset
bracex==2.4
# via wcmatch
cached-property==1.5.2
# via orbax-checkpoint
cachetools==5.3.2
# via
# aim
# google-auth
catboost==1.2.2
# via hebo
certifi==2023.11.17
# via
# httpcore
# httpx
# kubernetes
# msrest
# requests
# sentry-sdk
cffi==1.16.0
# via
# argon2-cffi-bindings
# cryptography
# pymunk
# pynacl
# soundfile
cfn-lint==0.83.3
# via moto
charset-normalizer==3.3.2
# via
# aiohttp
# requests
chess==1.7.0
# via -r /ray/ci/../python/requirements/ml/rllib-test-requirements.txt
chex==0.1.7
# via optax
clang-format==12.0.1
# via -r /ray/ci/../python/requirements/lint-requirements.txt
click==8.1.7
# via
# -r /ray/ci/../python/requirements.txt
# aim
# autorom
# autorom-accept-rom-license
# black
# click-option-group
# dask
# databricks-cli
# distributed
# flask
# mlflow
# ray
# semgrep
# tensorflow-datasets
# typer
# uvicorn
# wandb
click-option-group==0.5.6
# via semgrep
cloudpickle==2.2.0
# via
# -r /ray/ci/../python/requirements/test-requirements.txt
# dask
# distributed
# gym
# gymnasium
# hyperopt
# mlagents-envs
# mlflow
# pymars
# tensorflow-probability
cma==3.2.2
# via
# nevergrad
# pymoo
cmaes==0.10.0
# via optuna
colorama==0.4.6
# via
# bayesian-optimization
# nbdime
# semgrep
coloredlogs==15.0.1
# via onnxruntime
colorful==0.5.5
# via -r /ray/ci/../python/requirements.txt
colorlog==6.7.0
# via optuna
comet-ml==3.31.9
# via -r /ray/ci/../python/requirements/ml/core-requirements.txt
comm==0.2.0
# via
# ipykernel
# ipywidgets
commonmark==0.9.1
# via rich
configobj==5.0.8
# via everett
configspace==0.7.1
# via
# -r /ray/ci/../python/requirements/ml/tune-requirements.txt
# hpbandster
contextlib2==21.6.0
# via pytest-shutil
contourpy==1.1.1
# via matplotlib
crc32c==2.3
# via -r /ray/ci/../python/requirements/ml/data-requirements.txt
crcmod==1.7
# via gsutil
cryptography==38.0.1
# via
# -r /ray/ci/../python/requirements/test-requirements.txt
# adal
# aim
# azure-cli-core
# azure-identity
# moto
# msal
# paramiko
# pyjwt
# pyopenssl
# python-jose
# sshpubkeys
# trustme
cycler==0.12.1
# via matplotlib
cython==0.29.32
# via
# -r /ray/ci/../python/requirements/test-requirements.txt
# gpy
dask==2022.10.1
# via
# -r /ray/ci/../python/requirements/ml/data-requirements.txt
# dask
# distributed
databricks-cli==0.18.0
# via mlflow
datasets==2.14.0
# via
# -r /ray/ci/../python/requirements/ml/data-test-requirements.txt
# -r /ray/ci/../python/requirements/ml/train-requirements.txt
# evaluate
debugpy==1.8.0
# via ipykernel
decorator==5.1.1
# via
# ipython
# paramz
# tensorflow-probability
deepspeed==0.12.3
# via -r /ray/ci/../python/requirements/ml/train-requirements.txt
defusedxml==0.7.1
# via
# nbconvert
# pymars
# semgrep
deprecated==1.2.14
# via pymoo
dill==0.3.7
# via
# datasets
# evaluate
# multiprocess
# pymoo
distlib==0.3.7
# via virtualenv
distributed==2022.10.1
# via dask
dm-control==1.0.12
# via -r /ray/ci/../python/requirements/ml/rllib-test-requirements.txt
dm-env==1.6
# via dm-control
dm-tree==0.1.8
# via
# -r /ray/ci/../python/requirements.txt
# chex
# dm-control
# dm-env
# tensorflow-datasets
# tensorflow-probability
dnspython==2.4.2
# via pymongo
docker==6.1.3
# via
# mlflow
# moto
# pytest-docker-tools
docker-pycreds==0.4.0
# via wandb
docutils==0.17.1
# via
# -r /ray/ci/../python/requirements/lint-requirements.txt
# myst-nb
# myst-parser
# sphinx
# sphinx-togglebutton
dopamine-rl==4.0.5 ; sys_platform != "darwin" or platform_machine != "arm64"
# via
# -r /ray/ci/../python/requirements/ml/rllib-test-requirements.txt
# recsim
dulwich==0.21.6
# via comet-ml
ecdsa==0.18.0
# via
# moto
# python-jose
# sshpubkeys
entrypoints==0.4
# via
# jupyter-client
# mlflow
# nbconvert
et-xmlfile==1.1.0
# via openpyxl
etils==1.3.0
# via
# array-record
# etils
# orbax-checkpoint
# tensorflow-datasets
evaluate==0.4.0
# via -r /ray/ci/../python/requirements/ml/train-test-requirements.txt
everett==3.3.0
# via
# comet-ml
# everett
exceptiongroup==1.2.0
# via anyio
execnet==2.0.2
# via pytest-shutil
executing==2.0.1
# via stack-data
face==22.0.0
# via glom
fairscale==0.4.6
# via -r /ray/ci/../python/requirements/ml/tune-test-requirements.txt
farama-notifications==0.0.4
# via gymnasium
fastapi==0.109.2
# via
# -r /ray/ci/../python/requirements.txt
# -r /ray/ci/../python/requirements/test-requirements.txt
# aim
# gradio
fasteners==0.19
# via
# google-apitools
# gsutil
fastjsonschema==2.19.0
# via nbformat
feather-format==0.4.1
# via -r /ray/ci/../python/requirements/test-requirements.txt
ffmpy==0.3.1
# via gradio
filelock==3.13.1
# via
# -r /ray/ci/../python/requirements.txt
# aim
# huggingface-hub
# ray
# torch
# transformers
# virtualenv
flake8==3.9.1
# via
# -r /ray/ci/../python/requirements/lint-requirements.txt
# flake8-bugbear
# flake8-comprehensions
# flake8-quotes
flake8-bugbear==21.9.2
# via -r /ray/ci/../python/requirements/lint-requirements.txt
flake8-comprehensions==3.10.1
# via -r /ray/ci/../python/requirements/lint-requirements.txt
flake8-quotes==2.0.0
# via -r /ray/ci/../python/requirements/lint-requirements.txt
flask==2.1.3
# via
# -r /ray/ci/../python/requirements/test-requirements.txt
# flask-cors
# mlflow
# moto
flask-cors==4.0.0
# via
# -r /ray/ci/../python/requirements/ml/data-requirements.txt
# moto
flatbuffers==2.0.7
# via
# onnxruntime
# tensorflow
# tf2onnx
flax==0.7.2
# via dopamine-rl
fonttools==4.45.1
# via matplotlib
fqdn==1.5.1
# via jsonschema
freezegun==1.1.0
# via -r /ray/ci/../python/requirements/test-requirements.txt
frozenlist==1.4.0
# via
# -r /ray/ci/../python/requirements.txt
# aiohttp
# aiosignal
# ray
fsspec==2023.5.0
# via
# -r /ray/ci/../python/requirements.txt
# dask
# datasets
# evaluate
# gradio-client
# huggingface-hub
# modin
# pytorch-lightning
# ray
# s3fs
future==0.18.3
# via
# autograd
# hyperopt
gast==0.4.0
# via
# tensorflow
# tensorflow-probability
gcs-oauth2-boto-plugin==3.0
# via gsutil
gin-config==0.5.0
# via
# dopamine-rl
# recsim
gitdb==4.0.11
# via gitpython
gitpython==3.1.40
# via
# mlflow
# nbdime
# wandb
glfw==2.6.3
# via
# dm-control
# mujoco
glom==22.1.0
# via semgrep
google-api-core==2.14.0
# via
# google-api-python-client
# google-cloud-bigquery
# google-cloud-bigquery-storage
# google-cloud-core
# google-cloud-storage
# opencensus
google-api-python-client==2.65.0
# via -r /ray/ci/../python/requirements/test-requirements.txt
google-apitools==0.5.32
# via gsutil
google-auth==2.23.4
# via
# google-api-core
# google-api-python-client
# google-auth-httplib2
# google-auth-oauthlib
# google-cloud-core
# google-cloud-storage
# gsutil
# kubernetes
# tensorboard
google-auth-httplib2==0.1.1
# via google-api-python-client
google-auth-oauthlib==0.4.6
# via tensorboard
google-cloud-bigquery==3.13.0
# via -r /ray/ci/../python/requirements/ml/data-test-requirements.txt
google-cloud-bigquery-storage==2.22.0
# via -r /ray/ci/../python/requirements/ml/data-test-requirements.txt
google-cloud-core==2.3.3
# via
# google-cloud-bigquery
# google-cloud-storage
google-cloud-storage==2.5.0
# via
# -r /ray/ci/../python/requirements/anyscale-requirements.txt
# -r /ray/ci/../python/requirements/test-requirements.txt
google-crc32c==1.5.0
# via google-resumable-media
google-pasta==0.2.0
# via tensorflow
google-reauth==0.1.1
# via
# gcs-oauth2-boto-plugin
# gsutil
google-resumable-media==2.6.0
# via
# google-cloud-bigquery
# google-cloud-storage
googleapis-common-protos==1.61.0
# via
# google-api-core
# grpcio-status
# opentelemetry-exporter-otlp-proto-grpc
# tensorflow-metadata
gpy==1.10.0
# via
# -r /ray/ci/../python/requirements/ml/tune-test-requirements.txt
# hebo
gpytorch==1.10
# via
# botorch
# hebo
gradio==3.50.2 ; platform_system != "Windows"
# via -r /ray/ci/../python/requirements/test-requirements.txt
gradio-client==0.6.1
# via gradio
grapheme==0.6.0
# via alive-progress
graphql-core==3.2.3
# via moto
graphviz==0.20.1
# via catboost
greenlet==3.0.1
# via sqlalchemy
grpcio==1.59.3 ; sys_platform != "darwin"
# via
# -r /ray/ci/../python/requirements.txt
# -r /ray/ci/../python/requirements/anyscale-requirements.txt
# aim
# google-api-core
# google-cloud-bigquery
# grpcio-status
# grpcio-tools
# mlagents-envs
# opencensus-proto
# opentelemetry-exporter-opencensus
# opentelemetry-exporter-otlp-proto-grpc
# tensorboard
# tensorflow
grpcio-status==1.48.2
# via google-api-core
grpcio-tools==1.48.2
# via -r /ray/ci/../python/requirements/anyscale-requirements.txt
gsutil==5.27
# via -r /ray/ci/../python/requirements/docker/ray-docker-requirements.txt
gunicorn==20.1.0
# via mlflow
gym==0.26.2
# via
# dopamine-rl
# recsim
gym-notices==0.0.8
# via gym
gymnasium==0.28.1
# via
# -r /ray/ci/../python/requirements.txt
# -r /ray/ci/../python/requirements/ml/rllib-test-requirements.txt
# minigrid
# pettingzoo
# shimmy
# supersuit
h11==0.12.0
# via
# -r /ray/ci/../python/requirements/test-requirements.txt
# httpcore
# uvicorn
h5py==3.7.0
# via
# -r /ray/ci/../python/requirements/ml/rllib-test-requirements.txt
# tensorflow
hebo @ git+https://github.com/huawei-noah/HEBO@9a2a674c22518eed35a8b98e5134576741a95410#subdirectory=HEBO
# via -r /ray/ci/../python/requirements/ml/tune-requirements.txt
higher==0.2.1
# via -r /ray/ci/../python/requirements/ml/rllib-requirements.txt
hjson==3.1.0
# via deepspeed
hpbandster==0.7.4
# via -r /ray/ci/../python/requirements/ml/tune-requirements.txt
httpcore==0.15.0
# via
# -r /ray/ci/../python/requirements/test-requirements.txt
# httpx
httplib2==0.20.4
# via
# gcs-oauth2-boto-plugin
# google-api-python-client
# google-apitools
# google-auth-httplib2
# gsutil
# oauth2client
httpx==0.24.1
# via
# -r /ray/ci/../python/requirements/test-requirements.txt
# gradio
# gradio-client
huggingface-hub==0.19.4
# via
# datasets
# evaluate
# gradio
# gradio-client
# timm
# transformers
humanfriendly==10.0
# via
# azure-cli-core
# coloredlogs
hyperopt==0.2.7
# via -r /ray/ci/../python/requirements/ml/tune-requirements.txt
idna==3.6
# via
# anyio
# httpx
# jsonschema
# moto
# requests
# trustme
# yarl
imageio==2.31.1
# via
# -r /ray/ci/../python/requirements/ml/rllib-test-requirements.txt
# scikit-image
imageio-ffmpeg==0.4.5
# via -r /ray/ci/../python/requirements/ml/rllib-requirements.txt
imagesize==1.4.1
# via sphinx
importlib-metadata==4.10.0
# via
# -r /ray/ci/../python/requirements/test-requirements.txt
# ale-py
# flask
# gym
# gymnasium
# jax
# jupyter-ydoc
# jupyterlab-server
# markdown
# mlflow
# myst-nb
importlib-resources==5.13.0
# via
# ale-py
# etils
# gradio
# matplotlib
# orbax-checkpoint
iniconfig==2.0.0
# via pytest
ipykernel==6.27.1
# via
# nbclassic
# notebook
ipython==8.12.3
# via
# -r /ray/ci/../python/requirements/docker/ray-docker-requirements.txt
# ipykernel
# ipywidgets
# jupyter-sphinx
# jupyterlab
# myst-nb
ipython-genutils==0.2.0
# via
# ipywidgets
# nbclassic
# notebook
ipywidgets==7.8.1
# via
# -r /ray/ci/../python/requirements/anyscale-requirements.txt
# -r /ray/ci/../python/requirements/docker/ray-docker-requirements.txt
# ax-platform
# jupyter-sphinx
# myst-nb
isodate==0.6.1
# via msrest
isoduration==20.11.0
# via jsonschema
isort==5.10.1
# via -r /ray/ci/../python/requirements/lint-requirements.txt
itsdangerous==2.1.2
# via flask
jax==0.4.13
# via
# chex
# dopamine-rl
# flax
# optax
# orbax-checkpoint
jax-jumpy==1.0.0
# via gymnasium
jaxlib==0.4.13
# via
# chex
# dopamine-rl
# optax
# orbax-checkpoint
jedi==0.19.1
# via ipython
jinja2==3.0.3
# via
# -r /ray/ci/../python/requirements/test-requirements.txt
# aim
# altair
# ax-platform
# bokeh
# dask
# distributed
# flask
# gradio
# jupyter-server
# jupyterlab
# jupyterlab-server
# memray
# mlflow
# moto
# myst-parser
# nbclassic
# nbconvert
# nbdime
# notebook
# sphinx
# torch
# torch-geometric
jmespath==1.0.1
# via
# azure-cli-core
# boto3
# botocore
# knack
joblib==1.2.0
# via
# -r /ray/ci/../python/requirements/test-requirements.txt
# scikit-learn
# scikit-optimize
jschema-to-python==1.2.3
# via cfn-lint
json5==0.9.14
# via jupyterlab-server
jsondiff==2.0.0
# via moto
jsonpatch==1.32
# via
# -r /ray/ci/../python/requirements/test-requirements.txt
# cfn-lint
jsonpickle==3.0.2
# via jschema-to-python
jsonpointer==2.4
# via
# jsonpatch
# jsonschema
jsonschema==4.17.3
# via
# -r /ray/ci/../python/requirements.txt
# altair
# aws-sam-translator
# cfn-lint
# comet-ml
# jsonschema-spec
# jupyter-events
# jupyterlab-server
# kaggle-environments
# nbformat
# openapi-schema-validator
# openapi-spec-validator
# ray
# semgrep
jsonschema-spec==0.1.6
# via openapi-spec-validator
junit-xml==1.9
# via cfn-lint
jupyter-cache==0.4.3
# via myst-nb
jupyter-client==7.3.4
# via
# ipykernel
# jupyter-server
# nbclassic
# nbclient
# notebook
jupyter-core==5.5.0
# via
# ipykernel
# jupyter-client
# jupyter-server
# jupyterlab
# nbclassic
# nbconvert
# nbformat
# notebook
jupyter-events==0.6.3
# via jupyter-server-fileid
jupyter-server==1.24.0
# via
# jupyter-server-fileid
# jupyter-server-mathjax
# jupyterlab
# jupyterlab-server
# nbclassic
# nbdime
# notebook-shim
jupyter-server-fileid==0.9.0
# via jupyter-server-ydoc
jupyter-server-mathjax==0.2.6
# via nbdime
jupyter-server-ydoc==0.6.1
# via jupyterlab
jupyter-sphinx==0.3.2
# via myst-nb
jupyter-ydoc==0.2.5
# via
# jupyter-server-ydoc
# jupyterlab
jupyterlab==3.6.1
# via
# -r /ray/ci/../python/requirements/anyscale-requirements.txt
# -r /ray/ci/../python/requirements/ml/tune-test-requirements.txt
jupyterlab-pygments==0.3.0
# via nbconvert
jupyterlab-server==2.24.0
# via jupyterlab
jupyterlab-widgets==1.1.7
# via ipywidgets
jupytext==1.13.6
# via -r /ray/ci/../python/requirements/test-requirements.txt
kaggle-environments==1.7.11
# via -r /ray/ci/../python/requirements/ml/rllib-test-requirements.txt
keras==2.11.0
# via tensorflow
kiwisolver==1.4.5
# via matplotlib
knack==0.10.1
# via azure-cli-core
kubernetes==24.2.0
# via -r /ray/ci/../python/requirements/test-requirements.txt
labmaze==1.0.6
# via dm-control
lazy-loader==0.3
# via scikit-image
lazy-object-proxy==1.9.0
# via openapi-spec-validator
libclang==16.0.6
# via tensorflow
lightgbm==3.3.5
# via
# -r /ray/ci/../python/requirements/ml/core-requirements.txt
# hebo
# lightgbm-ray
# via -r /ray/ci/../python/requirements/ml/core-requirements.txt
linear-operator==0.4.0
# via
# botorch
# gpytorch
llvmlite==0.41.1
# via
# -r /ray/ci/../python/requirements/test-requirements.txt
# numba
locket==1.0.0
# via
# distributed
# partd
lxml==4.9.1
# via
# -r /ray/ci/../python/requirements/test-requirements.txt
# dm-control
# nbconvert
# vsphere-automation-sdk
lz4==4.3.2
# via -r /ray/ci/../python/requirements.txt
mako==1.3.0
# via alembic
markdown==3.5.1