From b475d470292446cd79137ef11e615c0210a63eb7 Mon Sep 17 00:00:00 2001 From: Andreas Motl Date: Fri, 22 Mar 2024 23:22:42 +0100 Subject: [PATCH] Dependencies: Use `dask[dataframe]` --- CHANGES.rst | 1 + pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/CHANGES.rst b/CHANGES.rst index 4fdc4ef..97338ae 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -6,6 +6,7 @@ influxio changelog in progress =========== - Add support for Python 3.12 +- Dependencies: Use ``dask[dataframe]`` 2023-11-12 v0.1.1 ================= diff --git a/pyproject.toml b/pyproject.toml index 000ebbf..22272bf 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -80,7 +80,7 @@ dependencies = [ "colorama<1", "crate[sqlalchemy]", "cratedb-toolkit", - "dask", + "dask[dataframe]>=2020,<=2024.2.1", 'importlib-metadata; python_version <= "3.9"', "influxdb-client[ciso]<2", "line-protocol-parser<2",