From fade9c7bee2073ae12983f6e067694f1f52d7532 Mon Sep 17 00:00:00 2001 From: Steph Merritt Date: Mon, 25 Nov 2024 11:22:11 +0000 Subject: [PATCH] Pinning sbpy --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index b5742c4..5f79733 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -18,7 +18,7 @@ dependencies = [ "numpy", "lsst-rsp", "astropy", - "sbpy", + "sbpy<=0.4.0", "matplotlib", # for plotting "pandas", "scipy",