From 3ff63e712a0c5b1f965300a30b6dd9cb68b4b12b Mon Sep 17 00:00:00 2001 From: David Rodriguez Date: Tue, 21 Jul 2026 16:56:37 -0400 Subject: [PATCH] Pin version of Felis to avoid breaking changes --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index a429ee7..7bc177b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -43,7 +43,7 @@ docs = [ "sphinx-astropy" ] felis = [ - "lsst-felis" + "lsst-felis<=30.2026.2900" ] all = ["astrodbkit[test, docs, felis]"]