From 0d52512c6131e55af648b00e2b3c753eaef76d84 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 1 Jan 2026 11:21:12 +0000 Subject: [PATCH 1/2] Update lsdb requirement from <0.7,>=0.6.7 to >=0.6.7,<0.8 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.7.3) --- updated-dependencies: - dependency-name: lsdb dependency-version: 0.7.3 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 de1daa2..de50e3b 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.7", + "lsdb>=0.6.7,<0.8", "nested-pandas", "numba>=0.62.1", "numpy>=2", From ff763d4c23e36342f6c5bb43139c9e633b591ec0 Mon Sep 17 00:00:00 2001 From: Melissa DeLucchi <113376043+delucchi-cmu@users.noreply.github.com> Date: Tue, 13 Jan 2026 09:32:22 -0500 Subject: [PATCH 2/2] Add dependency. --- pyproject.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/pyproject.toml b/pyproject.toml index de50e3b..08c75b8 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -21,6 +21,7 @@ dependencies = [ "dask[distributed]", # version from lsdb "hats", # version from lsdb "lsdb>=0.6.7,<0.8", + "matplotlib", "nested-pandas", "numba>=0.62.1", "numpy>=2",