Skip to content

Commit c038006

Browse files
committed
downgrade pyarrow to match the other one
1 parent b1d2c9e commit c038006

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
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-
pyarrow == 19.0.1 # temporary fix for missing pyarrow in ray until 2.44.2 ray release
8+
pyarrow == 18.0.0 # temporary fix for missing pyarrow in ray until 2.44.2 ray release
99
ray[cgraph]>=2.43.0, !=2.44.* # Ray Compiled Graph, required for pipeline parallelism in V1.
1010
torch==2.6.0
1111
torchaudio==2.6.0

0 commit comments

Comments
 (0)