From 656d45912229113398dc525acbd59990340a79bb Mon Sep 17 00:00:00 2001 From: Konstantin Malanchev Date: Fri, 20 Feb 2026 10:58:38 -0500 Subject: [PATCH] Update LSDB to v0.8 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 08c75b8..40e9136 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -20,7 +20,7 @@ dependencies = [ "cityhash>=0.4.9", # provides cityhash and farmhash "dask[distributed]", # version from lsdb "hats", # version from lsdb - "lsdb>=0.6.7,<0.8", + "lsdb>=0.8,<0.9", "matplotlib", "nested-pandas", "numba>=0.62.1",