From 25bff13ec753f408e1967c4724c7eeb811292231 Mon Sep 17 00:00:00 2001 From: Jeremy Kubica <104161096+jeremykubica@users.noreply.github.com> Date: Fri, 20 Sep 2024 10:53:55 -0400 Subject: [PATCH] Try updating dask --- pyproject.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/pyproject.toml b/pyproject.toml index 437ec2338..f50822157 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -35,6 +35,7 @@ dependencies = [ "astropy>=6.1.3", "astropy-healpix>=1.0.3", "astroquery>=0.4.7", + "dask>=2024.8", "joblib>=1.4", "matplotlib>=3.9", "numpy>=2.0",