From ff0a1208cf022933f9972520350f0d3b94de61a7 Mon Sep 17 00:00:00 2001 From: Andreas Motl Date: Fri, 22 Mar 2024 22:49:11 +0100 Subject: [PATCH] Dependencies: Use `dask[dataframe]` --- CHANGES.md | 1 + pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/CHANGES.md b/CHANGES.md index bcfdb413..de14fea3 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -2,6 +2,7 @@ ## Unreleased +- Dependencies: Use `dask[dataframe]` ## 2024/03/11 v0.0.8 - datasets: Fix compatibility with Python 3.7 diff --git a/pyproject.toml b/pyproject.toml index e63cc01f..78f0e923 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -122,7 +122,7 @@ influxdb = [ ] io = [ "cr8", - "dask>=2020,<=2024.2.1", + "dask[dataframe]>=2020,<=2024.2.1", "pandas<3,>=1", ] mongodb = [