From 3876f552c0cd1758f0aff6722bf084237eb84e2d Mon Sep 17 00:00:00 2001 From: "Warren J. Hack" Date: Tue, 5 Oct 2021 15:48:45 -0400 Subject: [PATCH] Insure only photutils 1.1.0 gets used (#1151) --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index b198b71b2..0e1236c53 100755 --- a/setup.py +++ b/setup.py @@ -101,7 +101,7 @@ 'astroquery>=0.4', 'bokeh', 'pandas', - 'photutils>=1.0.0', + 'photutils<1.2.0', 'lxml', 'PyPDF2', 'scikit-image',