Skip to content

Commit

Permalink
Remove astropy < 4.0 requirement
Browse files Browse the repository at this point in the history
  • Loading branch information
rossjjennings committed Feb 28, 2020
1 parent 523b827 commit fbacf88
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -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
Expand Down
4 changes: 2 additions & 2 deletions requirements_dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit fbacf88

Please sign in to comment.