diff --git a/pyproject.toml b/pyproject.toml index de1daa2..08c75b8 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -20,7 +20,8 @@ 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", + "matplotlib", "nested-pandas", "numba>=0.62.1", "numpy>=2",