From fbacf88f64c1d5cf39554980f138ec0bb2b37fd8 Mon Sep 17 00:00:00 2001 From: Ross Jennings Date: Fri, 28 Feb 2020 14:05:47 -0500 Subject: [PATCH] Remove astropy < 4.0 requirement --- requirements.txt | 2 +- requirements_dev.txt | 4 ++-- setup.cfg | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/requirements.txt b/requirements.txt index 1d452e5fc..ce399c0cc 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,5 +1,5 @@ numpy>=1.11.0 -astropy>=2.0, <4.0 +astropy>=2.0 scipy>=0.18.1 jplephem>=2.6 matplotlib>=1.5.3 diff --git a/requirements_dev.txt b/requirements_dev.txt index 03cc3db95..0c5181cef 100644 --- a/requirements_dev.txt +++ b/requirements_dev.txt @@ -3,8 +3,8 @@ pip>=9.0.1 coverage>=4.3.4 Sphinx>=1.8.5; python_version < "3.0" Sphinx>=2.2; python_version >= "3.0" -astropy>=2.0,<4.0; python_version < "3.0" -astropy>=3.2,<4.0; python_version >="3.0" +astropy>=2.0; python_version < "3.0" +astropy>=3.2; python_version >="3.0" #astropy-helpers>=1.3 sphinx-rtd-theme>=0.1.9 coveralls>=1.1 diff --git a/setup.cfg b/setup.cfg index 2bee99089..1d3e58b7c 100644 --- a/setup.cfg +++ b/setup.cfg @@ -26,7 +26,7 @@ package_dir = include_package_data = True install_requires = astropy>=2.0; python_version < "3.0" - astropy>=3.2, <4.0; python_version >= "3.0" + astropy>=3.2; python_version >= "3.0" numpy>=1.11.0 scipy>=0.18.1 jplephem>=2.6