diff --git a/pyproject.toml b/pyproject.toml index 3142d46..298a933 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -22,7 +22,7 @@ dependencies = [ "astropy>=5.2", # NOTE: if/when we stop pinning a minor version of jdaviz, add jdaviz # to devdeps in tox.ini - "jdaviz>=4.1.1,<4.2", + "jdaviz>=4.2,<4.3", "lightkurve>=2.5.0", # NOTE: glue-jupyter is also pinned by jdaviz. "glue-jupyter>=0.22.2",