From 271aa359ea68f59bff67423513a9f25dd382acc9 Mon Sep 17 00:00:00 2001 From: mdlpstsci Date: Wed, 24 Aug 2022 15:15:14 -0400 Subject: [PATCH] Essentially remove restriction on PhotUtils package, except to avoid (#1426) old versions where there were many changes (avoid <= 1.2.0). --- setup.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.cfg b/setup.cfg index 4fdf4f2bf..7fa0cd9c7 100644 --- a/setup.cfg +++ b/setup.cfg @@ -47,7 +47,7 @@ install_requires = pandas spherical_geometry>=1.2.22 astroquery>=0.4 - photutils<1.4.0 + photutils>1.2.0 lxml PyPDF2 scikit-image>=0.14.2