From e9d107a114631f48733e9f00c8990b44498cd880 Mon Sep 17 00:00:00 2001 From: Matthias Richter Date: Tue, 9 Apr 2024 16:58:26 +0200 Subject: [PATCH] Fixing cicd --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index f13307f0..67094106 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -49,7 +49,7 @@ jsonschema = ">= 4.18" pyarrow = ">= 11.0.0" pyyaml = ">= 5.3.1" -dask = { version = ">= 2023.4.1", extras = ["dataframe", "distributed", "diagnostics"]} +dask = { version = ">= 2023.4.1, != 2024.4.0", extras = ["dataframe", "distributed", "diagnostics"]} docker = ">= 6.1.3" dask-cuda = { version = ">=23.4.1", optional = true }