Skip to content

Commit

Permalink
Updated dask and distributed to >=2022.02.1 (#557)
Browse files Browse the repository at this point in the history
This updates pyraft to the version pins for dask and distributed to match those of other RAPIDS packages (cuml, cugraph, etc.)

cc @galipremsagar

Authors:
  - Rick Ratzel (https://github.com/rlratzel)

Approvers:
  - GALI PREM SAGAR (https://github.com/galipremsagar)
  - Corey J. Nolet (https://github.com/cjnolet)
  - AJ Schmidt (https://github.com/ajschmidt8)

URL: #557
  • Loading branch information
rlratzel authored Mar 15, 2022
1 parent c705d2a commit f2ea779
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions conda/recipes/pyraft/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,8 @@ requirements:
- rmm {{ minor_version }}
- ucx-py {{ ucx_py_version }}
- ucx-proc=*=gpu
- dask>=2021.11.1,<=2021.11.2
- distributed>=2021.11.1,<=2022.01.0
- dask>=2022.02.1
- distributed>=2022.02.1
- cuda-python >=11.5,<12.0
- joblib >=0.11
- {{ pin_compatible('cudatoolkit', max_pin='x', min_pin='x') }}
Expand Down

0 comments on commit f2ea779

Please sign in to comment.