Skip to content

Commit

Permalink
Set astropy min version to 5.0.4 (#213)
Browse files Browse the repository at this point in the history
  • Loading branch information
WilliamJamieson committed Apr 13, 2022
1 parent 5f10ea0 commit 66d37b6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand Down

0 comments on commit 66d37b6

Please sign in to comment.