File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ numba == 0.60.0; python_version == '3.9' # v0.61 doesn't support Python 3.9. Req
5
5
numba == 0.61.2; python_version > '3.9'
6
6
7
7
# 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
9
9
ray[cgraph]>=2.43.0, !=2.44.* # Ray Compiled Graph, required for pipeline parallelism in V1.
10
10
torch==2.6.0
11
11
torchaudio==2.6.0
Original file line number Diff line number Diff line change @@ -416,7 +416,7 @@ psutil==6.1.0
416
416
# tensorizer
417
417
py==1.11.0
418
418
# via pytest-forked
419
- pyarrow==18 .0.0
419
+ pyarrow==19 .0.1
420
420
# via
421
421
# datasets
422
422
# genai-perf
You can’t perform that action at this time.
0 commit comments