diff options
author | James Turner <jturner@gemini.edu> | 2020-04-03 15:21:09 -0400 |
---|---|---|
committer | James Turner <jturner@gemini.edu> | 2020-04-03 15:22:55 -0400 |
commit | 755bb1d7cb4760a34d142ca879caf162e36a17af (patch) | |
tree | d9b954455bea281275f6fac1db5ad0c3a5a9535c | |
parent | 0ed726a1d0c992c85792b605de3cd9e85f151ac6 (diff) | |
download | astroconda-iraf-755bb1d7cb4760a34d142ca879caf162e36a17af.tar.gz |
Also raise minimum astropy version to 2 for disco_stu.
-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 1e183d6..a4c2894 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 # (from the manual, recently 4.0-compatible) + - astropy >=2 # (recently 4.0-compatible & decided to drop 1) - sextractor >=2.8.6 # (from the manual) |