From 09f09e7d720b4bd49ec91ef4e9ab5ab44991eee2 Mon Sep 17 00:00:00 2001 From: Dmitry Kalinkin Date: Wed, 13 Mar 2024 12:31:18 -0400 Subject: [PATCH] pyproject.toml: add dask[dataframe] for test deps --- pyproject.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/pyproject.toml b/pyproject.toml index 6c57934a..56ab6f1e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -65,6 +65,7 @@ docs = [ ] test = [ "aiohttp;python_version<\"3.12\"", + "dask[dataframe]", "dask-awkward[complete]", "dask-histogram", "distributed",