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

libucx should be run dependency of raft-dask #2296

Merged
merged 2 commits into from
May 8, 2024
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion dependencies.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -100,6 +100,7 @@ files:
table: project
includes:
- run_raft_dask
- depends_on_ucx_run
py_test_raft_dask:
output: pyproject
pyproject_dir: python/raft-dask
Expand All @@ -109,7 +110,6 @@ files:
includes:
- test_python_common
- depends_on_distributed_ucxx
- depends_on_ucx_run
py_build_raft_ann_bench:
output: pyproject
pyproject_dir: python/raft-ann-bench
Expand Down
2 changes: 1 addition & 1 deletion python/raft-dask/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ requires-python = ">=3.9"
dependencies = [
"dask-cuda==24.6.*",
"joblib>=0.11",
"libucx>=1.15.0",
"numba>=0.57",
"numpy>=1.23,<2.0a0",
"pylibraft==24.6.*",
Expand All @@ -53,7 +54,6 @@ classifiers = [
[project.optional-dependencies]
test = [
"distributed-ucxx==0.38.*",
"libucx>=1.15.0",
"pytest-cov",
"pytest==7.*",
] # This list was generated by `rapids-dependency-file-generator`. To make changes, edit ../../dependencies.yaml and run `rapids-dependency-file-generator`.
Expand Down
Loading