Skip to content

Commit

Permalink
move CUDA libs deps to wheels, ignore deprecation warning
Browse files Browse the repository at this point in the history
  • Loading branch information
jameslamb committed Dec 6, 2024
1 parent 486bf96 commit fce4fcf
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 5 deletions.
2 changes: 1 addition & 1 deletion dependencies.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -134,6 +134,7 @@ files:
extras:
table: project
includes:
- cuda_wheels
- depends_on_rmm
py_build_pylibcugraph:
output: pyproject
Expand Down Expand Up @@ -161,7 +162,6 @@ files:
extras:
table: project
includes:
- cuda_wheels
- depends_on_libcugraph
- depends_on_rmm
- depends_on_pylibraft
Expand Down
1 change: 1 addition & 0 deletions python/cugraph/pytest.ini
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,7 @@ filterwarnings =
error::FutureWarning
error::DeprecationWarning
# TODO
ignore:.*cuda..* module is deprecated.*:DeprecationWarning
ignore:Multi is deprecated and the removal of multi edges will no longer be supported:FutureWarning
ignore:The legacy column names:FutureWarning
ignore:The include_hop_column flag is deprecated and will be removed:FutureWarning
Expand Down
4 changes: 4 additions & 0 deletions python/libcugraph/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,10 @@ classifiers = [
"Environment :: GPU :: NVIDIA CUDA",
]
dependencies = [
"nvidia-cublas",
"nvidia-curand",
"nvidia-cusolver",
"nvidia-cusparse",
"rmm==25.2.*,>=0.0.0a0",
] # This list was generated by `rapids-dependency-file-generator`. To make changes, edit ../../dependencies.yaml and run `rapids-dependency-file-generator`.

Expand Down
4 changes: 0 additions & 4 deletions python/pylibcugraph/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,10 +24,6 @@ license = { text = "Apache 2.0" }
requires-python = ">=3.10"
dependencies = [
"libcugraph==25.2.*,>=0.0.0a0",
"nvidia-cublas",
"nvidia-curand",
"nvidia-cusolver",
"nvidia-cusparse",
"pylibraft==25.2.*,>=0.0.0a0",
"rmm==25.2.*,>=0.0.0a0",
] # This list was generated by `rapids-dependency-file-generator`. To make changes, edit ../../dependencies.yaml and run `rapids-dependency-file-generator`.
Expand Down

0 comments on commit fce4fcf

Please sign in to comment.