From 7d2e82a2057155e77420356e66cb200dffc7bb4d Mon Sep 17 00:00:00 2001 From: Melissa DeLucchi <113376043+delucchi-cmu@users.noreply.github.com> Date: Fri, 14 Jun 2024 15:00:59 -0400 Subject: [PATCH] Require recent hipscat (#361) --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index c083a75c..76568c44 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -20,7 +20,7 @@ dependencies = [ # dask distributed eases the creation of parallel dask clients. # dask diagnostics is required to spin up the dashboard for profiling. "dask[complete]", - "hipscat>=0.3.1", + "hipscat>=0.3.5", "pyarrow", "deprecated", "scipy", # kdtree