From 2d06b205010f4fda95fa4e178ff1cb667c076ff1 Mon Sep 17 00:00:00 2001 From: Everett Schlawin Date: Mon, 9 Dec 2024 14:59:21 -0700 Subject: [PATCH] add stsynphot to setup.py --- setup.py | 1 + 1 file changed, 1 insertion(+) diff --git a/setup.py b/setup.py index 0daafea..d06bc90 100644 --- a/setup.py +++ b/setup.py @@ -82,6 +82,7 @@ 'poppy>=1.1.0', 'webbpsf>=1.3.0', 'pysiaf>=0.22.0', + 'stsynphot' ] setup_requirements = ['pytest-runner', ]