[Misc] Bump ray to 2.48.0 (#22123)

Signed-off-by: Rui Qiao <ruisearch42@gmail.com>
This commit is contained in:
Rui Qiao 2025-08-02 19:42:00 -07:00 committed by GitHub
parent 554df8a6a2
commit 2ff46b8826
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
4 changed files with 18 additions and 10 deletions

View File

@ -5,7 +5,7 @@ numba == 0.60.0; python_version == '3.9' # v0.61 doesn't support Python 3.9. Req
numba == 0.61.2; python_version > '3.9' numba == 0.61.2; python_version > '3.9'
# Dependencies for NVIDIA GPUs # Dependencies for NVIDIA GPUs
ray[cgraph]>=2.43.0, !=2.44.* # Ray Compiled Graph, required for pipeline parallelism in V1. ray[cgraph]>=2.48.0 # Ray Compiled Graph, required for pipeline parallelism in V1.
torch==2.7.1 torch==2.7.1
torchaudio==2.7.1 torchaudio==2.7.1
# These must be updated alongside torch # These must be updated alongside torch

View File

@ -16,7 +16,7 @@ librosa # required for audio tests
vocos # required for minicpmo_26 test vocos # required for minicpmo_26 test
peft peft
pqdm pqdm
ray[cgraph,default]>=2.43.0, !=2.44.* # Ray Compiled Graph, required by pipeline parallelism tests ray[cgraph,default]>=2.48.0 # Ray Compiled Graph, required by pipeline parallelism tests
sentence-transformers # required for embedding tests sentence-transformers # required for embedding tests
soundfile # required for audio tests soundfile # required for audio tests
jiwer # required for audio tests jiwer # required for audio tests

View File

@ -17,7 +17,7 @@ vector_quantize_pytorch # required for minicpmo_26 test
vocos # required for minicpmo_26 test vocos # required for minicpmo_26 test
peft>=0.15.0 # required for phi-4-mm test peft>=0.15.0 # required for phi-4-mm test
pqdm pqdm
ray[cgraph,default]>=2.43.0, !=2.44.* # Ray Compiled Graph, required by pipeline parallelism tests ray[cgraph,default]>=2.48.0 # Ray Compiled Graph, required by pipeline parallelism tests
sentence-transformers # required for embedding tests sentence-transformers # required for embedding tests
soundfile # required for audio tests soundfile # required for audio tests
jiwer # required for audio tests jiwer # required for audio tests

View File

@ -22,9 +22,7 @@ aiohttp==3.10.11
aiohttp-cors==0.8.1 aiohttp-cors==0.8.1
# via ray # via ray
aiosignal==1.3.1 aiosignal==1.3.1
# via # via aiohttp
# aiohttp
# ray
albucore==0.0.16 albucore==0.0.16
# via terratorch # via terratorch
albumentations==1.4.6 albumentations==1.4.6
@ -226,7 +224,6 @@ frozenlist==1.5.0
# via # via
# aiohttp # aiohttp
# aiosignal # aiosignal
# ray
fsspec==2024.9.0 fsspec==2024.9.0
# via # via
# datasets # datasets
@ -603,10 +600,18 @@ opencv-python-headless==4.11.0.86
opentelemetry-api==1.35.0 opentelemetry-api==1.35.0
# via # via
# mlflow-skinny # mlflow-skinny
# opentelemetry-exporter-prometheus
# opentelemetry-sdk # opentelemetry-sdk
# opentelemetry-semantic-conventions # opentelemetry-semantic-conventions
opentelemetry-exporter-prometheus==0.56b0
# via ray
opentelemetry-proto==1.36.0
# via ray
opentelemetry-sdk==1.35.0 opentelemetry-sdk==1.35.0
# via mlflow-skinny # via
# mlflow-skinny
# opentelemetry-exporter-prometheus
# ray
opentelemetry-semantic-conventions==0.56b0 opentelemetry-semantic-conventions==0.56b0
# via opentelemetry-sdk # via opentelemetry-sdk
packaging==24.2 packaging==24.2
@ -697,7 +702,9 @@ pqdm==0.2.0
pretrainedmodels==0.7.4 pretrainedmodels==0.7.4
# via segmentation-models-pytorch # via segmentation-models-pytorch
prometheus-client==0.22.0 prometheus-client==0.22.0
# via ray # via
# opentelemetry-exporter-prometheus
# ray
propcache==0.2.0 propcache==0.2.0
# via yarl # via yarl
proto-plus==1.26.1 proto-plus==1.26.1
@ -707,6 +714,7 @@ protobuf==5.28.3
# google-api-core # google-api-core
# googleapis-common-protos # googleapis-common-protos
# mlflow-skinny # mlflow-skinny
# opentelemetry-proto
# proto-plus # proto-plus
# ray # ray
# tensorboardx # tensorboardx
@ -854,7 +862,7 @@ rasterio==1.4.3
# rioxarray # rioxarray
# terratorch # terratorch
# torchgeo # torchgeo
ray==2.43.0 ray==2.48.0
# via -r requirements/test.in # via -r requirements/test.in
redis==5.2.0 redis==5.2.0
# via tensorizer # via tensorizer