From a4ec88ce867fa85b48332a130bc8cc8b19f3f0c3 Mon Sep 17 00:00:00 2001 From: Melissa DeLucchi <113376043+delucchi-cmu@users.noreply.github.com> Date: Thu, 7 Nov 2024 10:01:40 -0500 Subject: [PATCH] Update pyproject.toml (#494) Require hats version with plot moc method. --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 7f7c601b..49055c57 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.2", + "hats>=0.4.3", "lsst-sphgeom", # To handle spherical sky polygons "nested-dask>=0.3.0", "nested-pandas",