Skip to content

Commit b1d2c9e

Browse files
committed
Add temp pyarrow dependency
1 parent a387231 commit b1d2c9e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

requirements/cuda.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +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+
pyarrow == 19.0.1 # temporary fix for missing pyarrow in ray until 2.44.2 ray release
89
ray[cgraph]>=2.43.0, !=2.44.* # Ray Compiled Graph, required for pipeline parallelism in V1.
910
torch==2.6.0
1011
torchaudio==2.6.0

0 commit comments

Comments
 (0)