From dd69c0a8f1b157bc45abea198ae681c039998480 Mon Sep 17 00:00:00 2001 From: Severin Dicks <37635888+Intron7@users.noreply.github.com> Date: Mon, 14 Oct 2024 13:04:18 +0200 Subject: [PATCH] Update pyproject.toml --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 90d37f214..694037186 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -108,7 +108,7 @@ gpu = ["cupy"] cu12 = ["cupy-cuda12x"] cu11 = ["cupy-cuda11x"] # https://github.com/dask/dask/issues/11290 -dask = ["dask[array]>=2022.09.2,<2024.8.0"] +dask = ["dask[array]>=2022.09.2,<2024.10.0"] [tool.hatch.version] source = "vcs"