From 6942604e776993e1fcc027906db0265e5e26d46a Mon Sep 17 00:00:00 2001 From: Ashwin Srinath Date: Thu, 1 Apr 2021 17:53:59 -0400 Subject: [PATCH] modify pin for distributed in dask_cudf --- python/dask_cudf/setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python/dask_cudf/setup.py b/python/dask_cudf/setup.py index a99b95ff921..6465e12b125 100644 --- a/python/dask_cudf/setup.py +++ b/python/dask_cudf/setup.py @@ -24,7 +24,7 @@ "pytest", "numba>=0.49.0,!=0.51.0", "dask==2021.3.1", - "distributed==2021.3.1", + "distributed>2.22.0,<=2021.3.1", ] }