From cde3fe5ceb2197a17fadcf2c9801917a7db5c8f8 Mon Sep 17 00:00:00 2001 From: Kyle Conroy Date: Tue, 23 Jul 2024 08:25:47 -0400 Subject: [PATCH] Backport PR #130: update jdaviz pin to 3.10.3+ to ensure upstream bugfixes --- CHANGES.rst | 2 ++ pyproject.toml | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGES.rst b/CHANGES.rst index bb8886b..ad3a8b1 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -3,6 +3,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", ]