Skip to content

Commit

Permalink
put distributex-ucxx back in conda envs
Browse files Browse the repository at this point in the history
  • Loading branch information
jameslamb committed Jun 3, 2024
1 parent dc68abb commit b1bd6e9
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
5 changes: 1 addition & 4 deletions dependencies.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -166,7 +166,7 @@ dependencies:
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
- 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
- ucx-proc=*=gpu
Expand All @@ -188,20 +188,17 @@ 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: 0 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,6 @@ 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 b1bd6e9

Please sign in to comment.