From 035166b3a6221f829f6aff985def5f616ee50a1b Mon Sep 17 00:00:00 2001 From: Kyle Conroy Date: Fri, 2 Dec 2022 15:37:19 -0500 Subject: [PATCH] pin specreduce 1.3 --- CHANGES.rst | 3 +++ setup.cfg | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/CHANGES.rst b/CHANGES.rst index c24c865435..578ae64918 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -45,6 +45,9 @@ Specviz Specviz2d ^^^^^^^^^ +- Update to be compatible with changes in specreduce 1.3, including FitTrace + with Polynomial, Spline, and Legendre options. [#1889] + API Changes ----------- diff --git a/setup.cfg b/setup.cfg index 48466ad10c..271b47b7df 100644 --- a/setup.cfg +++ b/setup.cfg @@ -35,7 +35,7 @@ install_requires = voila>=0.3.5,<0.4 pyyaml>=5.4.1 specutils>=1.9 - specreduce>=1.2.0,<1.3.0 + specreduce>=1.3.0,<1.4.0 photutils>=1.4 glue-astronomy>=0.5.1 asteval>=0.9.23