Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update python_run_cugraph in dependencies.yaml #3781

Merged
merged 10 commits into from
Aug 21, 2023
2 changes: 2 additions & 0 deletions conda/recipes/cugraph/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,8 @@ requirements:
- raft-dask ={{ minor_version }}
- ucx-proc=*=gpu
- ucx-py {{ ucx_py_version }}
- requests
- aiohttp
nv-rliu marked this conversation as resolved.
Show resolved Hide resolved

tests:
requirements:
Expand Down
2 changes: 2 additions & 0 deletions dependencies.yaml
nv-rliu marked this conversation as resolved.
Show resolved Hide resolved
Original file line number Diff line number Diff line change
Expand Up @@ -330,6 +330,8 @@ dependencies:
- raft-dask==23.10.*
- *rmm
- &ucx_py ucx-py==0.34.*
- requests
- aiohttp
nv-rliu marked this conversation as resolved.
Show resolved Hide resolved
- output_types: conda
packages:
- &cupy cupy>=12.0.0
Expand Down
2 changes: 2 additions & 0 deletions python/cugraph/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ authors = [
license = { text = "Apache 2.0" }
requires-python = ">=3.9"
dependencies = [
"aiohttp",
"cudf==23.10.*",
"cupy-cuda11x>=12.0.0",
"dask-cuda==23.10.*",
Expand All @@ -38,6 +39,7 @@ dependencies = [
"numba>=0.57",
"pylibcugraph==23.10.*",
"raft-dask==23.10.*",
"requests",
"rmm==23.10.*",
"ucx-py==0.34.*",
] # This list was generated by `rapids-dependency-file-generator`. To make changes, edit ../../dependencies.yaml and run `rapids-dependency-file-generator`.
Expand Down
Loading