Skip to content

Commit

Permalink
Pin max version for dask & distributed (#1736)
Browse files Browse the repository at this point in the history
Changes to be in-line with: rapidsai/cudf#8859

Authors:
  - GALI PREM SAGAR (https://github.com/galipremsagar)

Approvers:
  - AJ Schmidt (https://github.com/ajschmidt8)
  - Rick Ratzel (https://github.com/rlratzel)

URL: #1736
  • Loading branch information
galipremsagar authored Jul 28, 2021
1 parent e074f82 commit 7f17b27
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions conda/environments/cugraph_dev_cuda11.0.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ dependencies:
- libcudf=21.08.*
- rmm=21.08.*
- librmm=21.08.*
- dask>=2021.6.0
- distributed>=2021.6.0
- dask>=2021.6.0,<=2021.07.1
- distributed>=2021.6.0,<=2021.07.1
- dask-cuda=21.08.*
- dask-cudf=21.08.*
- nccl>=2.9.9
Expand Down
4 changes: 2 additions & 2 deletions conda/environments/cugraph_dev_cuda11.2.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ dependencies:
- libcudf=21.08.*
- rmm=21.08.*
- librmm=21.08.*
- dask>=2021.6.0
- distributed>=2021.6.0
- dask>=2021.6.0,<=2021.07.1
- distributed>=2021.6.0,<=2021.07.1
- dask-cuda=21.08.*
- dask-cudf=21.08.*
- nccl>=2.9.9
Expand Down
4 changes: 2 additions & 2 deletions conda/recipes/cugraph/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,8 @@ requirements:
- cudf={{ minor_version }}
- dask-cudf {{ minor_version }}
- dask-cuda {{ minor_version }}
- dask>=2021.6.0
- distributed>=2021.6.0
- dask>=2021.6.0,<=2021.07.1
- distributed>=2021.6.0,<=2021.07.1
- ucx-py 0.21
- ucx-proc=*=gpu
- {{ pin_compatible('cudatoolkit', max_pin='x.x') }}
Expand Down

0 comments on commit 7f17b27

Please sign in to comment.