Skip to content

Commit

Permalink
Depend on librmm wheel
Browse files Browse the repository at this point in the history
  • Loading branch information
KyleFromNVIDIA committed Jul 23, 2024
1 parent 67ec8f8 commit 4ddcc9b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
3 changes: 3 additions & 0 deletions dependencies.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -206,14 +206,17 @@ dependencies:
matrices:
- matrix: {cuda: "12.*"}
packages:
- librmm-cu12==24.10.*,>=0.0.0a0
- pylibraft-cu12==24.10.*,>=0.0.0a0
- rmm-cu12==24.10.*,>=0.0.0a0
- matrix: {cuda: "11.*"}
packages:
- &librmm_cu11 librmm-cu11==24.10.*,>=0.0.0a0
- &pylibraft_cu11 pylibraft-cu11==24.10.*,>=0.0.0a0
- &rmm_cu11 rmm-cu11==24.10.*,>=0.0.0a0
- matrix:
packages:
- librmm==24.10.*,>=0.0.0a0
- pylibraft==24.10.*,>=0.0.0a0
- rmm==24.10.*,>=0.0.0a0

Expand Down
1 change: 1 addition & 0 deletions python/cuml/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -157,6 +157,7 @@ requires = [
"cmake>=3.26.4,!=3.30.0",
"cuda-python",
"cython>=3.0.0",
"librmm==24.10.*,>=0.0.0a0",
"ninja",
"pylibraft==24.10.*,>=0.0.0a0",
"rmm==24.10.*,>=0.0.0a0",
Expand Down

0 comments on commit 4ddcc9b

Please sign in to comment.