From 38594241c31570464722cc1182e73881c9288bc8 Mon Sep 17 00:00:00 2001 From: Melissa DeLucchi <113376043+delucchi-cmu@users.noreply.github.com> Date: Fri, 14 Jun 2024 14:48:06 -0400 Subject: [PATCH] Require recent hipscat --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 931aa25..9315e91 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -18,7 +18,7 @@ dependencies = [ "dask[complete]>=2024.3.0", # Includes dask expressions. "deprecated", "healpy", - "hipscat >=0.3.4", + "hipscat >=0.3.5", "ipykernel", # Support for Jupyter notebooks "numpy", "pandas",