diff options
author | James Turner <jturner@gemini.edu> | 2020-04-01 09:51:12 -0400 |
---|---|---|
committer | James Turner <jturner@gemini.edu> | 2020-04-01 09:51:12 -0400 |
commit | 0ed726a1d0c992c85792b605de3cd9e85f151ac6 (patch) | |
tree | b213760bfc5d6404a231a25b5f6fdfef8fcd29b8 | |
parent | 9429ecc7764cda65493bf4426c009123560e2278 (diff) | |
download | astroconda-iraf-0ed726a1d0c992c85792b605de3cd9e85f151ac6.tar.gz |
Remove astropy<4 constraint, as the source has been updated to support 4.
-rw-r--r-- | disco_stu/meta.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/disco_stu/meta.yaml b/disco_stu/meta.yaml index 21cd761..1e183d6 100644 --- a/disco_stu/meta.yaml +++ b/disco_stu/meta.yaml @@ -23,6 +23,6 @@ requirements: - python x.x # (OrderedDict & argparse require >=2.7) - numpy >=1.9 # (version tested, from the manual) - scipy >=0.14 # (to match the NumPy requirement) - - astropy >=1.0,<4 # (from the manual, plus known incompat.) + - astropy >=1.0 # (from the manual, recently 4.0-compatible) - sextractor >=2.8.6 # (from the manual) |