From 52240f834eacdb7578b7bde7659fff497f52c3d4 Mon Sep 17 00:00:00 2001 From: Sam Van Kooten Date: Wed, 4 Dec 2024 19:41:10 -0600 Subject: [PATCH] Require latest remove_starfield --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 9f2f632d..5ad50685 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -24,7 +24,7 @@ dependencies = [ "pylibjpeg", "python-dateutil", "thuban", - "remove_starfield", + "remove_starfield>=0.0.4", "quadprog", "pylibjpeg[openjpeg]", "requests",