Skip to content

Commit 940bbb6

Browse files
committed
Upgrade pyarrow to 19.0.1
1 parent c038006 commit 940bbb6

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
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 == 18.0.0 # temporary fix for missing pyarrow in ray until 2.44.2 ray release
8+
pyarrow == 19.0.1 # 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

requirements/test.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -416,7 +416,7 @@ psutil==6.1.0
416416
# tensorizer
417417
py==1.11.0
418418
# via pytest-forked
419-
pyarrow==18.0.0
419+
pyarrow==19.0.1
420420
# via
421421
# datasets
422422
# genai-perf

0 commit comments

Comments
 (0)