From eed8bc9804760b53f82bbcf13101f4263ac97d28 Mon Sep 17 00:00:00 2001 From: JoelLucaAdams Date: Mon, 5 Aug 2024 13:04:20 +0100 Subject: [PATCH] Add dask to dependencies --- pyproject.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/pyproject.toml b/pyproject.toml index 1e68ae6..0de184c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -19,6 +19,7 @@ requires-python = ">=3.10" dependencies = [ "numpy>=2.0.0", "xarray>=2024.1.0", + "dask>=2024.7.1", ] [project.optional-dependencies]