Skip to content

Commit a3be4de

Browse files
Unpin dask and distributed (#2010)
Changes to be inline with: rapidsai/cudf#10028 Authors: - GALI PREM SAGAR (https://github.com/galipremsagar) Approvers: - AJ Schmidt (https://github.com/ajschmidt8) - https://github.com/jakirkham - Rick Ratzel (https://github.com/rlratzel) URL: #2010
1 parent 14074b8 commit a3be4de

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

conda/recipes/cugraph/meta.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright (c) 2018-2021, NVIDIA CORPORATION.
1+
# Copyright (c) 2018-2022, NVIDIA CORPORATION.
22

33
# Usage:
44
# conda build -c nvidia -c rapidsai -c conda-forge .
@@ -39,8 +39,8 @@ requirements:
3939
- cudf={{ minor_version }}
4040
- dask-cudf {{ minor_version }}
4141
- dask-cuda {{ minor_version }}
42-
- dask>=2021.09.1,<=2021.11.2
43-
- distributed>=2021.09.1,<=2021.11.2
42+
- dask>=2021.09.1
43+
- distributed>=2021.09.1
4444
- ucx-py {{ ucx_py_version }}
4545
- ucx-proc=*=gpu
4646
- {{ pin_compatible('cudatoolkit', max_pin='x', min_pin='x') }}

0 commit comments

Comments
 (0)