From b249235ae80edad002b44803fd1ea6f20091ae27 Mon Sep 17 00:00:00 2001 From: delucchi-cmu Date: Thu, 2 Nov 2023 21:53:22 -0400 Subject: [PATCH] Update required version. --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 5067110c..3cb6be0d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -19,7 +19,7 @@ dependencies = [ "dask[distributed]", "deprecated", "healpy", - "hipscat >= 0.1.2", + "hipscat >= 0.1.5", "ipykernel", # Support for Jupyter notebooks "pandas < 2.1.0", "pyarrow",