From 2b512fcee4b0ecf0a61d2c3d2c903f13e9e19e57 Mon Sep 17 00:00:00 2001 From: Kyle Conroy Date: Thu, 7 Dec 2023 13:38:41 -0500 Subject: [PATCH] set min lightkurve version (#69) --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 4da8fcb3..923fd38d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -21,7 +21,7 @@ classifiers = [ dependencies = [ "astropy>=5.2", "jdaviz>=3.8", - "lightkurve@git+https://github.com/lightkurve/lightkurve", # until https://github.com/lightkurve/lightkurve/pull/1342 is in a release (anything after 2.4.0) + "lightkurve>=2.4.1", ] dynamic = [ "version",