Skip to content

Commit

Permalink
Merge branch 'branch-24.10' into join-stream-ordering
Browse files Browse the repository at this point in the history
  • Loading branch information
lamarrr committed Sep 17, 2024
2 parents 0b976c7 + 27c29eb commit 7e823b8
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion dependencies.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -710,7 +710,16 @@ dependencies:
- numpy==1.23.*
- pandas==2.0.*
- pyarrow==14.0.0
- cupy==12.0.0 # ignored as pip constraint
- matrix:
packages:
- output_types: conda
matrices:
- matrix: {dependencies: "oldest", arch: "aarch64", cuda: "12.*"}
packages:
- cupy==12.2.0 # cupy 12.2.0 is the earliest with CUDA 12 ARM packages.
- matrix: {dependencies: "oldest"}
packages:
- cupy==12.0.0
- matrix:
packages:
- output_types: requirements
Expand Down

0 comments on commit 7e823b8

Please sign in to comment.