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