diff --git a/pyproject.toml b/pyproject.toml index 4625288f2..d39dc5fe7 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -22,9 +22,9 @@ dependencies = [ # dask diagnostics is required to spin up the dashboard for profiling. "dask[complete]", "deprecated", - "hats>=0.4.6", - "nested-dask>=0.3.0", - "nested-pandas", + "hats>=0.5.0", + "nested-dask>=0.3.4", + "nested-pandas>=0.3.8", "pyarrow", "scipy", # kdtree ]