diff --git a/CHANGES.rst b/CHANGES.rst index 0e55be4..4e2f208 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -1,6 +1,8 @@ 0.4.3 (unreleased) ------------------ +* bumps lightkurve to 2.5.0 to include upstream bug fixes. [#132] + 0.4.2 (07.23.2024) ------------------ diff --git a/pyproject.toml b/pyproject.toml index c7244d6..784c78c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -23,7 +23,7 @@ dependencies = [ # NOTE: if/when we stop pinning a minor version of jdaviz, add jdaviz # to devdeps in tox.ini "jdaviz>=3.10.3,<3.11", - "lightkurve>=2.4.1", + "lightkurve>=2.5.0", "numpy<2", ] dynamic = [