From e80176c95e83124e647345f8b7c8ecb6790d9d6b Mon Sep 17 00:00:00 2001 From: Meg Schwamb Date: Tue, 10 Sep 2024 08:53:17 +0200 Subject: [PATCH] Update pyproject.toml add synphot as a package to be installed explicitly --- pyproject.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/pyproject.toml b/pyproject.toml index 30e4372..f8a851a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -19,6 +19,7 @@ dependencies = [ "sorcha", "astropy", "scipy", + "synphot" ] # On a mac, install optional dependencies with `pip install '.[dev]'` (include the single quotes)