Skip to content

Commit

Permalink
Updates pylibwholegraph version from 24.06 to 24.08
Browse files Browse the repository at this point in the history
  • Loading branch information
rlratzel committed May 31, 2024
1 parent 30954bb commit d540ea8
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions dependencies.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -575,7 +575,7 @@ dependencies:
common:
- output_types: conda
packages:
- &pylibwholegraph_conda pylibwholegraph==24.6.*
- &pylibwholegraph_conda pylibwholegraph==24.8.*
- output_types: requirements
packages:
# pip recognizes the index as a global option for the requirements.txt file
Expand All @@ -586,10 +586,10 @@ dependencies:
matrices:
- matrix: {cuda: "12.*"}
packages:
- pylibwholegraph-cu12==24.6.*
- pylibwholegraph-cu12==24.8.*
- matrix: {cuda: "11.*"}
packages:
- pylibwholegraph-cu11==24.6.*
- pylibwholegraph-cu11==24.8.*
- {matrix: null, packages: [*pylibwholegraph_conda]}

depends_on_rmm:
Expand Down

0 comments on commit d540ea8

Please sign in to comment.