Skip to content

Commit

Permalink
update to 0.37
Browse files Browse the repository at this point in the history
  • Loading branch information
jameslamb committed Jan 22, 2024
1 parent 1cbba64 commit 591af06
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions dependencies.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ dependencies:
common:
- output_types: [conda]
packages:
- &rmm_conda rmm==24.2.*
- &rmm_conda rmm==24.4.*
- output_types: [conda, requirements, pyproject]
packages:
- *cmake_ver
Expand All @@ -107,10 +107,10 @@ dependencies:
matrices:
- matrix: {cuda: "12.*"}
packages:
- rmm-cu12==24.2.*
- rmm-cu12==24.4.*
- matrix: {cuda: "11.*"}
packages:
- rmm-cu11==24.2.*
- rmm-cu11==24.4.*
- {matrix: null, packages: [*rmm_conda]}
checks:
common:
Expand Down Expand Up @@ -240,7 +240,7 @@ dependencies:
common:
- output_types: conda
packages:
- &cudf_conda cudf==24.2.*
- &cudf_conda cudf==24.4.*
- output_types: requirements
packages:
# pip recognizes the index as a global option for the requirements.txt file
Expand All @@ -252,8 +252,8 @@ dependencies:
matrices:
- matrix: {cuda: "12.*"}
packages:
- cudf-cu12==24.2.*
- cudf-cu12==24.4.*
- matrix: {cuda: "11.*"}
packages:
- cudf-cu11==24.2.*
- cudf-cu11==24.4.*
- {matrix: null, packages: [*cudf_conda]}

0 comments on commit 591af06

Please sign in to comment.