Skip to content

Commit d742599

Browse files
Bump the oldest pyarrow version to 14.0.2 in test matrix (#17611)
A recent nightly failure discovered by @davidwendt here: https://github.com/rapidsai/cudf/actions/runs/12367794950/job/34543121050 indicates an environment cannot be created with `pytorch>=2.4.0` and `pyarrow==14.0.0 & 14.0.1`. Thus this bump to `14.0.2`. Authors: - GALI PREM SAGAR (https://github.com/galipremsagar) - Vyas Ramasubramani (https://github.com/vyasr) Approvers: - Bradley Dice (https://github.com/bdice) URL: #17611
1 parent e5753e3 commit d742599

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

dependencies.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -878,7 +878,7 @@ dependencies:
878878
- matrix: {dependencies: "oldest"}
879879
packages:
880880
- numpy==1.23.*
881-
- pyarrow==14.0.0
881+
- pyarrow==14.*
882882
- matrix:
883883
packages:
884884
- output_types: conda
@@ -903,7 +903,7 @@ dependencies:
903903
- matrix: {dependencies: "oldest"}
904904
packages:
905905
- numpy==1.24.*
906-
- pyarrow==14.0.1
906+
- pyarrow==14.*
907907
- matrix:
908908
packages:
909909
test_python_cudf_polars:

0 commit comments

Comments
 (0)