Skip to content

Commit

Permalink
Unpin max dask and distributed versions (#2053)
Browse files Browse the repository at this point in the history
  • Loading branch information
galipremsagar authored Feb 10, 2022
1 parent 8c6a467 commit aa68625
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions conda/recipes/cugraph/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,8 @@ requirements:
- cudf={{ minor_version }}
- dask-cudf {{ minor_version }}
- dask-cuda {{ minor_version }}
- dask>=2021.11.1,<=2022.01.0
- distributed>=2021.11.1,<=2022.01.0
- dask>=2021.11.1
- distributed>=2021.11.1
- ucx-py {{ ucx_py_version }}
- ucx-proc=*=gpu
- {{ pin_compatible('cudatoolkit', max_pin='x', min_pin='x') }}
Expand Down

0 comments on commit aa68625

Please sign in to comment.