Pin Ray version to 2.40.0 (#13490)

Signed-off-by: Woosuk Kwon <woosuk.kwon@berkeley.edu>
This commit is contained in:
Woosuk Kwon 2025-02-18 12:50:31 -08:00 committed by GitHub
parent 30172b4947
commit c8d70e2437
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -2,7 +2,7 @@
-r requirements-common.txt
# Dependencies for NVIDIA GPUs
ray[adag] == 2.41.0 # Required for pipeline parallelism in V1.
ray[adag] == 2.40.0 # Required for pipeline parallelism in V1.
torch == 2.5.1
torchaudio==2.5.1
# These must be updated alongside torch