From addbe16113f7313f0c57e4bcbc19c58901408902 Mon Sep 17 00:00:00 2001 From: Melissa DeLucchi <113376043+delucchi-cmu@users.noreply.github.com> Date: Tue, 26 Nov 2024 16:28:14 -0500 Subject: [PATCH] Require new hats --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 49055c57..17d1a1f2 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -21,7 +21,7 @@ dependencies = [ # dask diagnostics is required to spin up the dashboard for profiling. "dask[complete]", "deprecated", - "hats>=0.4.3", + "hats>=0.4.4", "lsst-sphgeom", # To handle spherical sky polygons "nested-dask>=0.3.0", "nested-pandas",