From 70cba29ad45ca6076dc354079ec527233b03be38 Mon Sep 17 00:00:00 2001 From: Doug Branton Date: Fri, 10 May 2024 11:38:02 -0700 Subject: [PATCH] test unpin --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 635fa2b2..f0f7b855 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -19,7 +19,7 @@ dependencies = [ 'pandas', 'numpy', 'dask>=2024.3.0', - 'dask-expr<1.0.11', # Temporary pin due to compatibility bug + 'dask-expr', 'dask[distributed]>=2024.3.0', 'pyarrow', 'pyvo',