Skip to content

Commit 3c58493

Browse files
authored
Update hats version constraint in pyproject.toml (#1136)
* Update hats version constraint in pyproject.toml * Update nested-pandas version requirement
1 parent fa14a5f commit 3c58493

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,8 @@ dependencies = [
2222
# dask diagnostics is required to spin up the dashboard for profiling.
2323
"dask[complete]>=2025.3.0",
2424
"deprecated",
25-
"hats>=0.7,<0.8",
26-
"nested-pandas>=0.6.0,<0.7.0",
25+
"hats>=0.7.1,<0.8",
26+
"nested-pandas>=0.6.2,<0.7.0",
2727
"numpy",
2828
"pyarrow",
2929
"scipy>=1.7.2", # kdtree

0 commit comments

Comments
 (0)