Skip to content

Commit

Permalink
Upgrade dask & distributed minimum version (#4632)
Browse files Browse the repository at this point in the history
Rapids is upgrading to `2022.02.1` minimum version of dask. This PR updates those pinnings.

Authors:
  - GALI PREM SAGAR (https://github.com/galipremsagar)
  - Corey J. Nolet (https://github.com/cjnolet)

Approvers:
  - AJ Schmidt (https://github.com/ajschmidt8)
  - Dante Gama Dessavre (https://github.com/dantegd)
  - Corey J. Nolet (https://github.com/cjnolet)

URL: #4632
  • Loading branch information
galipremsagar authored Mar 17, 2022
1 parent 88ec85e commit da89b78
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions conda/recipes/cuml/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -51,8 +51,8 @@ requirements:
- nccl>=2.9.9
- ucx-py {{ ucx_py_version }}
- ucx-proc=*=gpu
- dask>=2021.11.1
- distributed>=2021.11.1
- dask>=2022.02.1
- distributed>=2022.02.1
- joblib >=0.11
- {{ pin_compatible('cudatoolkit', max_pin='x', min_pin='x') }}
- cuda-python >=11.5,<12.0
Expand Down

0 comments on commit da89b78

Please sign in to comment.