From 8e73c29f6c7ea827311af3b5e5b048ec30505138 Mon Sep 17 00:00:00 2001
From: nickb <nickb@ssec.wisc.edu>
Date: Tue, 23 Feb 2021 16:55:10 +0000
Subject: [PATCH] set dask to 2.3.0 to try and avoid hangs seen in 2021.2.0

---
 buildbucket/buildbucket_environment.yaml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/buildbucket/buildbucket_environment.yaml b/buildbucket/buildbucket_environment.yaml
index 13e442b..6dc4e56 100644
--- a/buildbucket/buildbucket_environment.yaml
+++ b/buildbucket/buildbucket_environment.yaml
@@ -4,7 +4,7 @@ channels:
 dependencies:
   - conda-pack
   - curl
-  - dask
+  - dask<=2.3.0 # this is to avoid dask hangs we saw using 2021.2.0
   - distributed
   - netcdf4
   - pip
-- 
GitLab