From b5fa42a8430f21e8aa36d920dd4f28fdfce7ce45 Mon Sep 17 00:00:00 2001 From: Konstantin Malanchev Date: Wed, 26 Feb 2025 09:56:26 -0500 Subject: [PATCH] Bump dask to 2025.2.0 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 1b8d9aa..f91e714 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -20,7 +20,7 @@ dependencies = [ 'nested-pandas>=0.3.1,<0.4.0', 'numpy', 'dask>=2025.1.0', - 'dask[distributed]>=2025.1.0', + 'dask[distributed]>=2025.2.0', 'pyarrow', ]