From 1ae987b0f77165b554f2af469d96d6f0de930aa9 Mon Sep 17 00:00:00 2001 From: Andreas Motl Date: Tue, 16 Apr 2024 19:00:15 +0200 Subject: [PATCH] TSML: Adjust dependencies around Dask The release of Python 3.11.9 tripped previous versions of Dask, so it's good to use a more recent version, which resolves those flaws. --- by-dataframe/dask/requirements.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/by-dataframe/dask/requirements.txt b/by-dataframe/dask/requirements.txt index cfdb9ab9..2ba45c14 100644 --- a/by-dataframe/dask/requirements.txt +++ b/by-dataframe/dask/requirements.txt @@ -1,5 +1,6 @@ click<9 colorlog<7 crate[sqlalchemy] -dask[dataframe]<=2024.4.1 +dask[dataframe]>=2024.4.1 # Python 3.11.9 breaks previous Dask +distributed>=2024.4.1 # Python 3.11.9 breaks previous Dask pueblo>=0.0.7