From a9e8048e3d312763b93863f94173c53d1cc4f82d Mon Sep 17 00:00:00 2001 From: Melissa DeLucchi <113376043+delucchi-cmu@users.noreply.github.com> Date: Fri, 14 Jun 2024 14:55:34 -0400 Subject: [PATCH] Require recent hipscat (#337) --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 931aa25e..9315e911 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",