Skip to content

Commit

Permalink
move kvikio around
Browse files Browse the repository at this point in the history
  • Loading branch information
jameslamb committed Jun 3, 2024
1 parent a8297b4 commit dc68abb
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
10 changes: 8 additions & 2 deletions dependencies.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -160,15 +160,15 @@ dependencies:
common:
- output_types: [conda, requirements, pyproject]
packages:
- kvikio==24.8.*,>=0.0.0a0
- pytest
- pytest-cov
- output_types: [conda]
packages:
- &cudf_conda cudf==24.8.*,>=0.0.0a0
- &dask_cudf_conda dask-cudf==24.8.*,>=0.0.0a0
- &distributed_ucxx_conda distributed-ucxx==0.39.*,>=0.0.0a0
- &kvikio_conda kvikio==24.8.*,>=0.0.0a0
- &ucx_py_conda ucx-py==0.39.*,>=0.0.0a0
- distributed-ucxx==0.39.*,>=0.0.0a0
- ucx-proc=*=gpu
- ucxx==0.39.*,>=0.0.0a0
specific:
Expand All @@ -188,14 +188,20 @@ dependencies:
packages:
- cudf-cu12==24.8.*,>=0.0.0a0
- dask-cudf-cu12==24.8.*,>=0.0.0a0
- distributed-ucxx-cu12==24.8.*,>=0.0.0a0
- kvikio-cu12==24.8.*,>=0.0.0a0
- ucx-py-cu12==0.39.*,>=0.0.0a0
- matrix: {cuda: "11.*"}
packages:
- cudf-cu11==24.8.*,>=0.0.0a0
- dask-cudf-cu11==24.8.*,>=0.0.0a0
- distributed-ucxx-cu12==24.8.*,>=0.0.0a0
- kvikio-cu12==24.8.*,>=0.0.0a0
- ucx-py-cu11==0.39.*,>=0.0.0a0
- matrix:
packages:
- *cudf_conda
- *dask_cudf_conda
- *distributed_ucxx_conda
- *kvikio_conda
- *ucx_py_conda
1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,7 @@ docs = [
test = [
"cudf==24.8.*,>=0.0.0a0",
"dask-cudf==24.8.*,>=0.0.0a0",
"distributed-ucxx==0.39.*,>=0.0.0a0",
"kvikio==24.8.*,>=0.0.0a0",
"pytest",
"pytest-cov",
Expand Down

0 comments on commit dc68abb

Please sign in to comment.