Skip to content

Commit

Permalink
Use Dask/Distributed main in conda dev environments
Browse files Browse the repository at this point in the history
  • Loading branch information
pentschev committed Jun 11, 2021
1 parent e541896 commit 80c340d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions conda/environments/cuml_dev_cuda11.0.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,6 @@ dependencies:
- libcumlprims=21.08.*
- dask-cudf=21.08.*
- dask-cuda=21.08.*
- dask>=2021.6.0
- distributed>=2021.6.0
- ucx-py=0.21
- ucx-proc=*=gpu
- dask-ml
Expand All @@ -28,6 +26,8 @@ dependencies:
- pip
- pip:
- sphinx_markdown_tables
- git+https://github.com/dask/dask.git@main
- git+https://github.com/dask/distributed.git@main

# rapids-build-env, notebook-env and doc-env are defined in
# https://docs.rapids.ai/maintainers/depmgmt/
Expand Down
4 changes: 2 additions & 2 deletions conda/environments/cuml_dev_cuda11.2.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,6 @@ dependencies:
- libcumlprims=21.08.*
- dask-cudf=21.08.*
- dask-cuda=21.08.*
- dask>=2021.6.0
- distributed>=2021.6.0
- ucx-py=0.21
- ucx-proc=*=gpu
- dask-ml
Expand All @@ -28,6 +26,8 @@ dependencies:
- pip
- pip:
- sphinx_markdown_tables
- git+https://github.com/dask/dask.git@main
- git+https://github.com/dask/distributed.git@main

# rapids-build-env, notebook-env and doc-env are defined in
# https://docs.rapids.ai/maintainers/depmgmt/
Expand Down

0 comments on commit 80c340d

Please sign in to comment.