From 602fb387c4af7dcc2cc13c0148727b0763378e10 Mon Sep 17 00:00:00 2001 From: Melissa DeLucchi <113376043+delucchi-cmu@users.noreply.github.com> Date: Wed, 19 Mar 2025 09:43:59 -0400 Subject: [PATCH 1/2] Update pyproject.toml Update pins for hats and nested versions. --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 4625288f2..3b1335dd0 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -22,8 +22,8 @@ dependencies = [ # dask diagnostics is required to spin up the dashboard for profiling. "dask[complete]", "deprecated", - "hats>=0.4.6", - "nested-dask>=0.3.0", + "hats>=0.5.0", + "nested-dask>=0.3.4", "nested-pandas", "pyarrow", "scipy", # kdtree From 67df7a2a78700ffc25230d8cc9e9d7b7c2ffb15a Mon Sep 17 00:00:00 2001 From: Melissa DeLucchi <113376043+delucchi-cmu@users.noreply.github.com> Date: Wed, 19 Mar 2025 10:11:58 -0400 Subject: [PATCH 2/2] Update pyproject.toml --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 3b1335dd0..d39dc5fe7 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -24,7 +24,7 @@ dependencies = [ "deprecated", "hats>=0.5.0", "nested-dask>=0.3.4", - "nested-pandas", + "nested-pandas>=0.3.8", "pyarrow", "scipy", # kdtree ]