From 942d23a003da84bb7fff082312520378210352c4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 1 Feb 2026 11:08:06 +0000 Subject: [PATCH] Update lsdb requirement from <0.8,>=0.6.7 to >=0.6.7,<0.9 Updates the requirements on [lsdb](https://github.com/astronomy-commons/lsdb) to permit the latest version. - [Release notes](https://github.com/astronomy-commons/lsdb/releases) - [Commits](https://github.com/astronomy-commons/lsdb/compare/v0.6.7...v0.8.1) --- updated-dependencies: - dependency-name: lsdb dependency-version: 0.8.1 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 08c75b8..672923f 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.6.7,<0.9", "matplotlib", "nested-pandas", "numba>=0.62.1",