From 66d37b667c7daf33441e5b4911c264a90be63843 Mon Sep 17 00:00:00 2001 From: William Jamieson Date: Wed, 13 Apr 2022 10:48:13 -0400 Subject: [PATCH] Set astropy min version to 5.0.4 (#213) --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index a5e01de6..c5ba9ede 100755 --- a/setup.py +++ b/setup.py @@ -36,7 +36,7 @@ def c_includes(parent, depth=1): use_scm_version={'write_to': 'calcos/version.py'}, setup_requires=['setuptools_scm'], install_requires=[ - 'astropy', + 'astropy>=5.0.4', 'numpy', 'scipy', 'stsci.tools',