Skip to content

Commit

Permalink
Bump the oldest pyarrow version to 14.0.2 in test matrix (#17611)
Browse files Browse the repository at this point in the history
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
  • Loading branch information
galipremsagar authored Dec 17, 2024
1 parent e5753e3 commit d742599
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions dependencies.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -878,7 +878,7 @@ dependencies:
- matrix: {dependencies: "oldest"}
packages:
- numpy==1.23.*
- pyarrow==14.0.0
- pyarrow==14.*
- matrix:
packages:
- output_types: conda
Expand All @@ -903,7 +903,7 @@ dependencies:
- matrix: {dependencies: "oldest"}
packages:
- numpy==1.24.*
- pyarrow==14.0.1
- pyarrow==14.*
- matrix:
packages:
test_python_cudf_polars:
Expand Down

0 comments on commit d742599

Please sign in to comment.