Skip to content

Commit

Permalink
Merge pull request #73 from rapidsai/distributed-add-rapids-deps
Browse files Browse the repository at this point in the history
Add dask-cudf and dask-cuda to Distributed environment
  • Loading branch information
quasiben authored Sep 28, 2023
2 parents cd0a80f + 3180ce5 commit 3ec9c77
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions distributed/environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ channels:
dependencies:
- cudatoolkit=CUDA_VER
- cudf=RAPIDS_VER
- dask-cudf=RAPIDS_VER
- dask-cuda=RAPIDS_VER
- numpy>=NUMPY_VER
- cupy
- pynvml
Expand Down

0 comments on commit 3ec9c77

Please sign in to comment.