From f458aa7a00c76565a496777ae34f2f0526207bfb Mon Sep 17 00:00:00 2001 From: Nadia Dencheva Date: Tue, 26 May 2020 15:07:53 -0400 Subject: [PATCH] test with astroyp candidate release --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index a50dc137..c3840e98 100755 --- a/setup.py +++ b/setup.py @@ -67,7 +67,7 @@ def get_package_data(): setup_requires=['setuptools_scm'], description=DESCRIPTION, install_requires=[ - 'astropy>=4.0', + 'astropy>=4.1rc1', 'numpy', 'asdf'], packages=find_packages(),