Skip to content

Commit 2ff46b8

Browse files
authored
[Misc] Bump ray to 2.48.0 (#22123)
Signed-off-by: Rui Qiao <[email protected]>
1 parent 554df8a commit 2ff46b8

File tree

4 files changed

+18
-10
lines changed

4 files changed

+18
-10
lines changed

requirements/cuda.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ numba == 0.60.0; python_version == '3.9' # v0.61 doesn't support Python 3.9. Req
55
numba == 0.61.2; python_version > '3.9'
66

77
# Dependencies for NVIDIA GPUs
8-
ray[cgraph]>=2.43.0, !=2.44.* # Ray Compiled Graph, required for pipeline parallelism in V1.
8+
ray[cgraph]>=2.48.0 # Ray Compiled Graph, required for pipeline parallelism in V1.
99
torch==2.7.1
1010
torchaudio==2.7.1
1111
# These must be updated alongside torch

requirements/nightly_torch_test.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ librosa # required for audio tests
1616
vocos # required for minicpmo_26 test
1717
peft
1818
pqdm
19-
ray[cgraph,default]>=2.43.0, !=2.44.* # Ray Compiled Graph, required by pipeline parallelism tests
19+
ray[cgraph,default]>=2.48.0 # Ray Compiled Graph, required by pipeline parallelism tests
2020
sentence-transformers # required for embedding tests
2121
soundfile # required for audio tests
2222
jiwer # required for audio tests

requirements/test.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ vector_quantize_pytorch # required for minicpmo_26 test
1717
vocos # required for minicpmo_26 test
1818
peft>=0.15.0 # required for phi-4-mm test
1919
pqdm
20-
ray[cgraph,default]>=2.43.0, !=2.44.* # Ray Compiled Graph, required by pipeline parallelism tests
20+
ray[cgraph,default]>=2.48.0 # Ray Compiled Graph, required by pipeline parallelism tests
2121
sentence-transformers # required for embedding tests
2222
soundfile # required for audio tests
2323
jiwer # required for audio tests

requirements/test.txt

Lines changed: 15 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -22,9 +22,7 @@ aiohttp==3.10.11
2222
aiohttp-cors==0.8.1
2323
# via ray
2424
aiosignal==1.3.1
25-
# via
26-
# aiohttp
27-
# ray
25+
# via aiohttp
2826
albucore==0.0.16
2927
# via terratorch
3028
albumentations==1.4.6
@@ -226,7 +224,6 @@ frozenlist==1.5.0
226224
# via
227225
# aiohttp
228226
# aiosignal
229-
# ray
230227
fsspec==2024.9.0
231228
# via
232229
# datasets
@@ -603,10 +600,18 @@ opencv-python-headless==4.11.0.86
603600
opentelemetry-api==1.35.0
604601
# via
605602
# mlflow-skinny
603+
# opentelemetry-exporter-prometheus
606604
# opentelemetry-sdk
607605
# opentelemetry-semantic-conventions
606+
opentelemetry-exporter-prometheus==0.56b0
607+
# via ray
608+
opentelemetry-proto==1.36.0
609+
# via ray
608610
opentelemetry-sdk==1.35.0
609-
# via mlflow-skinny
611+
# via
612+
# mlflow-skinny
613+
# opentelemetry-exporter-prometheus
614+
# ray
610615
opentelemetry-semantic-conventions==0.56b0
611616
# via opentelemetry-sdk
612617
packaging==24.2
@@ -697,7 +702,9 @@ pqdm==0.2.0
697702
pretrainedmodels==0.7.4
698703
# via segmentation-models-pytorch
699704
prometheus-client==0.22.0
700-
# via ray
705+
# via
706+
# opentelemetry-exporter-prometheus
707+
# ray
701708
propcache==0.2.0
702709
# via yarl
703710
proto-plus==1.26.1
@@ -707,6 +714,7 @@ protobuf==5.28.3
707714
# google-api-core
708715
# googleapis-common-protos
709716
# mlflow-skinny
717+
# opentelemetry-proto
710718
# proto-plus
711719
# ray
712720
# tensorboardx
@@ -854,7 +862,7 @@ rasterio==1.4.3
854862
# rioxarray
855863
# terratorch
856864
# torchgeo
857-
ray==2.43.0
865+
ray==2.48.0
858866
# via -r requirements/test.in
859867
redis==5.2.0
860868
# via tensorizer

0 commit comments

Comments
 (0)