Skip to content

Commit

Permalink
cugraph: declare pylibraft dependency for wheels
Browse files Browse the repository at this point in the history
  • Loading branch information
jameslamb committed Jan 13, 2025
1 parent dd228f9 commit 0cc239e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions dependencies.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -101,6 +101,7 @@ files:
- depends_on_dask_cuda
- depends_on_dask_cudf
- depends_on_pylibcugraph
- depends_on_pylibraft
- depends_on_raft_dask
- depends_on_rmm
- depends_on_ucx_py
Expand Down
1 change: 1 addition & 0 deletions python/cugraph/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ dependencies = [
"numba>=0.57",
"numpy>=1.23,<3.0a0",
"pylibcugraph==25.2.*,>=0.0.0a0",
"pylibraft==25.2.*,>=0.0.0a0",
"raft-dask==25.2.*,>=0.0.0a0",
"rapids-dask-dependency==25.2.*,>=0.0.0a0",
"rmm==25.2.*,>=0.0.0a0",
Expand Down

0 comments on commit 0cc239e

Please sign in to comment.