Skip to content

Commit

Permalink
Use conda nightlies for dask/distributed in GPU envs
Browse files Browse the repository at this point in the history
  • Loading branch information
charlesbluca committed Jan 25, 2024
1 parent 4237ed2 commit d3654b0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 8 deletions.
5 changes: 1 addition & 4 deletions continuous_integration/gpuci/environment-3.10.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ name: dask-sql
channels:
- rapidsai
- rapidsai-nightly
- dask/label/dev
- conda-forge
- nvidia
- nodefaults
Expand Down Expand Up @@ -49,7 +50,3 @@ dependencies:
- ucx-py=0.36
- xgboost=*=rapidsai_py*
- libxgboost=*=rapidsai_h*
- pip
- pip:
- git+https://github.com/dask/dask
- git+https://github.com/dask/distributed
5 changes: 1 addition & 4 deletions continuous_integration/gpuci/environment-3.9.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ name: dask-sql
channels:
- rapidsai
- rapidsai-nightly
- dask/label/dev
- conda-forge
- nvidia
- nodefaults
Expand Down Expand Up @@ -49,7 +50,3 @@ dependencies:
- ucx-py=0.36
- xgboost=*=rapidsai_py*
- libxgboost=*=rapidsai_h*
- pip
- pip:
- git+https://github.com/dask/dask
- git+https://github.com/dask/distributed

0 comments on commit d3654b0

Please sign in to comment.