Skip to content

Commit 3070977

Browse files
committed
Merge branch 'master' into offline-rl-overriding-offlinedata-class-example
2 parents 9e7c6e0 + 1b13782 commit 3070977

File tree

140 files changed

+3736
-1738
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

140 files changed

+3736
-1738
lines changed

BUILD.bazel

+2
Original file line numberDiff line numberDiff line change
@@ -116,12 +116,14 @@ ray_cc_library(
116116
"src/ray/rpc/grpc_server.cc",
117117
"src/ray/rpc/server_call.cc",
118118
"src/ray/rpc/rpc_chaos.cc",
119+
"src/ray/rpc/retryable_grpc_client.cc",
119120
],
120121
hdrs = glob([
121122
"src/ray/rpc/rpc_chaos.h",
122123
"src/ray/rpc/client_call.h",
123124
"src/ray/rpc/common.h",
124125
"src/ray/rpc/grpc_client.h",
126+
"src/ray/rpc/retryable_grpc_client.h",
125127
"src/ray/rpc/grpc_server.h",
126128
"src/ray/rpc/metrics_agent_client.h",
127129
"src/ray/rpc/server_call.h",

ci/docker/datal.build.wanda.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,6 @@ srcs:
1010
- python/requirements/ml/data-requirements.txt
1111
- python/requirements/ml/data-test-requirements.txt
1212
build_args:
13-
- ARROW_VERSION=17.*
13+
- ARROW_VERSION=18.*
1414
tags:
1515
- cr.ray.io/rayproject/datalbuild

doc/source/data/saving-data.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ To write data to formats other than Parquet, read the :ref:`Input/Output referen
6464

6565
ds.write_parquet("s3://my-bucket/my-folder")
6666

67-
Ray Data relies on PyArrow for authenticaion with Amazon S3. For more on how to configure
67+
Ray Data relies on PyArrow to authenticate with Amazon S3. For more on how to configure
6868
your credentials to be compatible with PyArrow, see their
6969
`S3 Filesytem docs <https://arrow.apache.org/docs/python/filesystems.html#s3>`_.
7070

doc/source/ray-overview/installation.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -431,7 +431,7 @@ We publish the dependencies that are installed in our ``ray`` Docker images for
431431
.. tab-item:: ray (Python 3.9)
432432
:sync: ray (Python 3.9)
433433

434-
Ray version: nightly (`e393a71 <https://github.com/ray-project/ray/commit/e393a716d8742a987a36df555defb2ca90bb94d4>`_)
434+
Ray version: nightly (`37aa0c6 <https://github.com/ray-project/ray/commit/37aa0c66110fc235762c29612b90f1c73869e6cf>`_)
435435

436436
.. literalinclude:: ./pip_freeze_ray-py39-cpu.txt
437437

doc/source/ray-overview/pip_freeze_ray-ml-py39-cpu.txt

+17-39
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
absl-py==1.4.0
22
accelerate==0.28.0
33
adagio==0.2.4
4-
adal==1.2.7
54
aim==3.23.0
65
aim-ui==3.23.0
76
aimrecords==0.0.7
@@ -23,7 +22,6 @@ annotated-types==0.6.0
2322
antlr4-python3-runtime==4.11.1
2423
anyio==3.7.1
2524
appdirs==1.4.4
26-
applicationinsights==0.11.10
2725
archspec @ file:///croot/archspec_1709217642129/work
2826
argcomplete==3.3.0
2927
argon2-cffi==23.1.0
@@ -35,21 +33,11 @@ astunparse==1.6.3
3533
async-timeout==4.0.3
3634
attrs==21.4.0
3735
ax-platform==0.3.2
38-
azure-cli-core==2.40.0
39-
azure-cli-telemetry==1.0.8
40-
azure-common==1.1.28
41-
azure-core==1.32.0
42-
azure-identity==1.10.0
43-
azure-mgmt-compute==23.1.0
44-
azure-mgmt-core==1.5.0
45-
azure-mgmt-network==19.0.0
46-
azure-mgmt-resource==20.0.0
4736
Babel==2.13.1
4837
backcall==0.2.0
4938
backoff==1.10.0
5039
base58==2.0.1
5140
bayesian-optimization==1.4.3
52-
bcrypt==4.2.0
5341
beautifulsoup4==4.11.1
5442
bleach==6.1.0
5543
bokeh==2.4.3
@@ -78,15 +66,15 @@ comm==0.2.0
7866
conda @ file:///home/conda/feedstock_root/build_artifacts/conda_1729155160301/work
7967
conda-content-trust @ file:///croot/conda-content-trust_1714483159009/work
8068
conda-libmamba-solver @ file:///croot/conda-libmamba-solver_1706733287605/work/src
81-
conda-package-handling @ file:///croot/conda-package-handling_1718138267740/work
82-
conda_package_streaming @ file:///croot/conda-package-streaming_1718136078615/work
69+
conda-package-handling @ file:///croot/conda-package-handling_1731369017509/work
70+
conda_package_streaming @ file:///croot/conda-package-streaming_1731366181659/work
8371
configobj==5.0.8
8472
ConfigSpace==0.7.1
8573
contextlib2==21.6.0
8674
contourpy==1.1.1
8775
crc32c==2.3
8876
crcmod==1.7
89-
cryptography==38.0.1
77+
cryptography==42.0.5
9078
cupy-cuda12x==13.1.0
9179
cycler==0.12.1
9280
Cython==0.29.37
@@ -97,7 +85,7 @@ debugpy==1.8.0
9785
decorator==5.1.1
9886
deepspeed==0.12.3
9987
defusedxml==0.7.1
100-
Deprecated==1.2.14
88+
Deprecated==1.2.15
10189
dill==0.3.7
10290
distlib==0.3.7
10391
distributed==2022.10.1
@@ -140,10 +128,10 @@ gitdb==4.0.11
140128
GitPython==3.1.40
141129
glfw==2.6.3
142130
google-api-core==1.34.0
143-
google-api-python-client==1.7.8
131+
google-api-python-client==2.111.0
144132
google-apitools==0.5.32
145133
google-auth==2.23.4
146-
google-auth-httplib2==0.2.0
134+
google-auth-httplib2==0.1.1
147135
google-auth-oauthlib==1.0.0
148136
google-oauth==1.0.1
149137
google-pasta==0.2.0
@@ -177,7 +165,6 @@ ipykernel==6.27.1
177165
ipython==8.12.3
178166
ipython-genutils==0.2.0
179167
ipywidgets==8.1.3
180-
isodate==0.7.2
181168
isoduration==20.11.0
182169
itsdangerous==2.1.2
183170
jedi==0.19.1
@@ -202,7 +189,6 @@ jupyterlab_server==2.24.0
202189
jupyterlab_widgets==3.0.11
203190
keras==2.15.0
204191
kiwisolver==1.4.5
205-
knack==0.10.1
206192
labmaze==1.0.6
207193
lazy_loader==0.4
208194
libclang==16.0.6
@@ -225,7 +211,7 @@ mdit-py-plugins==0.4.2
225211
mdurl==0.1.2
226212
MedPy==0.4.0
227213
memray==1.10.0
228-
menuinst @ file:///croot/menuinst_1723567589013/work
214+
menuinst @ file:///croot/menuinst_1731364904452/work
229215
minigrid==2.3.1
230216
mistune==0.8.4
231217
ml-dtypes==0.3.2
@@ -239,12 +225,8 @@ more-itertools==10.1.0
239225
mosaicml==0.2.4
240226
moviepy==0.2.3.1
241227
mpmath==1.3.0
242-
msal==1.18.0b1
243-
msal-extensions==1.0.0
244228
msgpack==1.0.7
245229
msgpack-numpy==0.4.8
246-
msrest==0.7.1
247-
msrestazure==0.6.4
248230
mujoco==3.2.4
249231
multidict==6.0.5
250232
multipledispatch==1.0.0
@@ -273,7 +255,7 @@ nvidia-curand-cu12==10.3.2.106
273255
nvidia-cusolver-cu12==11.4.5.107
274256
nvidia-cusparse-cu12==12.1.0.106
275257
nvidia-nccl-cu12==2.20.5
276-
nvidia-nvjitlink-cu12==12.6.77
258+
nvidia-nvjitlink-cu12==12.6.85
277259
nvidia-nvtx-cu12==12.1.105
278260
oauth2client==4.1.3
279261
oauthlib==3.2.2
@@ -282,12 +264,12 @@ onnxruntime==1.18.0
282264
open-spiel==1.4
283265
opencensus==0.11.3
284266
opencensus-context==0.1.3
285-
opencv-python==4.8.1.78
267+
opencv-python-headless==4.8.1.78
286268
opentelemetry-api==1.1.0
287269
opentelemetry-exporter-otlp==1.1.0
288-
opentelemetry-exporter-otlp-proto-common==1.28.1
270+
opentelemetry-exporter-otlp-proto-common==1.28.2
289271
opentelemetry-exporter-otlp-proto-grpc==1.1.0
290-
opentelemetry-exporter-otlp-proto-http==1.28.1
272+
opentelemetry-exporter-otlp-proto-http==1.28.2
291273
opentelemetry-proto==1.1.0
292274
opentelemetry-sdk==1.1.0
293275
opentelemetry-semantic-conventions==0.20b0
@@ -296,7 +278,6 @@ optuna==3.2.0
296278
packaging==23.0
297279
pandas==1.5.3
298280
pandocfilters==1.5.0
299-
paramiko==2.12.0
300281
paramz==0.9.6
301282
parso==0.8.3
302283
partd==1.4.1
@@ -306,11 +287,9 @@ pexpect==4.8.0
306287
pickleshare==0.7.5
307288
pillow==10.3.0
308289
pip-tools==7.4.1
309-
pkginfo==1.11.2
310290
platformdirs==3.11.0
311291
plotly==5.23.0
312292
pluggy==1.3.0
313-
portalocker==2.10.1
314293
prometheus-client==0.19.0
315294
promise==2.3
316295
prompt-toolkit==3.0.41
@@ -336,10 +315,9 @@ Pygments==2.18.0
336315
PyJWT==2.8.0
337316
pymars==0.10.0
338317
pymunk==6.2.1
339-
PyNaCl==1.5.0
340318
pynvml==11.5.0
341319
PyOpenGL==3.1.7
342-
pyOpenSSL==23.0.0
320+
pyOpenSSL==24.2.1
343321
pyparsing==3.1.1
344322
pyproject_hooks==1.2.0
345323
pyro-api==0.1.2
@@ -361,8 +339,8 @@ PyYAML==6.0.1
361339
pyzmq==26.0.3
362340
qpd==0.4.4
363341
querystring-parser==1.2.4
364-
ray @ file:///home/ray/ray-3.0.0.dev0-cp39-cp39-manylinux2014_x86_64.whl#sha256=94d614fd3aa3279dd580da1e3006a60200d5152f41e488556b74efd727d40de1
365-
redis==3.5.3
342+
ray @ file:///home/ray/ray-3.0.0.dev0-cp39-cp39-manylinux2014_x86_64.whl#sha256=38e974d231644abbc1047631a06b93d1dc5d73f7a65b247c96801f9abf2c8079
343+
redis==4.4.2
366344
referencing==0.35.1
367345
regex==2024.5.15
368346
requests==2.31.0
@@ -425,7 +403,7 @@ tensorflow-metadata==1.14.0
425403
tensorflow-probability==0.23.0
426404
termcolor==2.4.0
427405
terminado==0.18.1
428-
textual==0.85.2
406+
textual==0.86.3
429407
tf2onnx==1.15.1
430408
threadpoolctl==3.1.0
431409
tifffile==2024.7.21
@@ -459,7 +437,7 @@ typing_extensions==4.8.0
459437
tzdata==2024.2
460438
uc-micro-py==1.0.3
461439
uri-template==1.3.0
462-
uritemplate==3.0.1
440+
uritemplate==4.1.1
463441
urllib3==1.26.19
464442
utilsforecast==0.2.0
465443
uvicorn==0.22.0
@@ -485,4 +463,4 @@ ypy-websocket==0.8.4
485463
zict==3.0.0
486464
zipp==3.19.2
487465
zoopt==0.4.1
488-
zstandard @ file:///croot/zstandard_1728569189425/work
466+
zstandard @ file:///croot/zstandard_1731356346222/work

0 commit comments

Comments
 (0)