From 7958a3289f81e5040dd385bf0fe21ace06a2c847 Mon Sep 17 00:00:00 2001 From: "Corey J. Nolet" Date: Tue, 21 Mar 2023 20:50:39 -0400 Subject: [PATCH] Updating raft-dask recipe for now. Not yet able to fix the issue w/ the suggestions from dask team --- conda/recipes/raft-dask/meta.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conda/recipes/raft-dask/meta.yaml b/conda/recipes/raft-dask/meta.yaml index b387f0f47c..a76ff851b1 100644 --- a/conda/recipes/raft-dask/meta.yaml +++ b/conda/recipes/raft-dask/meta.yaml @@ -46,7 +46,7 @@ requirements: run: - {{ pin_compatible('cudatoolkit', max_pin='x', min_pin='x') }} - cuda-python >=11.7.1,<12.0 - - dask >=2023.1.1 + - dask <=2023.3.1 - dask-cuda ={{ minor_version }} - distributed >=2023.1.1 - joblib >=0.11