diff --git a/CHANGES.rst b/CHANGES.rst index d90683b..ece4a23 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -8,6 +8,8 @@ * Fix all docs links to point to correct version of read the docs. [#128] +* Update jdaviz requirement to 3.10.3 to include upstream bug fixes. [#130] + 0.4.1 (07.15.2024) ------------------ diff --git a/pyproject.toml b/pyproject.toml index 1959839..c7244d6 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>=3.10.2,<3.11", + "jdaviz>=3.10.3,<3.11", "lightkurve>=2.4.1", "numpy<2", ]