From d802b00ac9f50c141886a135ad279f9cb537ecac Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 18 Mar 2024 20:27:43 +0000 Subject: [PATCH] Bump astropy from 2.0.16 to 5.3.3 Bumps [astropy](https://github.com/astropy/astropy) from 2.0.16 to 5.3.3. - [Release notes](https://github.com/astropy/astropy/releases) - [Changelog](https://github.com/astropy/astropy/blob/main/docs/changelog.rst) - [Commits](https://github.com/astropy/astropy/compare/v2.0.16...v5.3.3) --- updated-dependencies: - dependency-name: astropy dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index d5e34b4..96070c7 100644 --- a/setup.py +++ b/setup.py @@ -36,7 +36,7 @@ license='LICENSE.txt', description='floyds is a package to reduce floyds spectra', long_description=open('README.txt').read(), - install_requires=['numpy==1.16.6','astropy==2.0.16','pyraf==2.1.15','matplotlib==2.2.4', 'xhtml2pdf==0.2.4', 'pathlib2==2.3.5', 'requests==2.22.0', 'stsci.tools==3.6.0'], + install_requires=['numpy==1.16.6','astropy==5.3.3','pyraf==2.1.15','matplotlib==2.2.4', 'xhtml2pdf==0.2.4', 'pathlib2==2.3.5', 'requests==2.22.0', 'stsci.tools==3.6.0'], packages=['floyds'], package_dir={'':'src','doc':'doc'}, package_data = {'floyds' : ["standard/MAB/*","standard/ident/*","standard/cat/*","standard/extinction/*",\