diff options
author | Matt Rendina <rendinam@users.noreply.github.com> | 2020-11-13 10:05:01 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-11-13 10:05:01 -0500 |
commit | a32f681a5ceb1965ca2f4eb5dc30581d8fcabffb (patch) | |
tree | 62ad4861a7946d1b298ddd2370b2a59dbd866ded /gwcs/meta.yaml | |
parent | 986e041b174917036a2da7376769916bfbc5aa11 (diff) | |
download | astroconda-contrib-a32f681a5ceb1965ca2f4eb5dc30581d8fcabffb.tar.gz |
Revert "bump gwcs to 0.15.0 (#678)" (#679)
This reverts commit 986e041b174917036a2da7376769916bfbc5aa11.
Diffstat (limited to 'gwcs/meta.yaml')
-rw-r--r-- | gwcs/meta.yaml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gwcs/meta.yaml b/gwcs/meta.yaml index e899e57..0ea34ee 100644 --- a/gwcs/meta.yaml +++ b/gwcs/meta.yaml @@ -1,5 +1,5 @@ {% set name = 'gwcs' %} -{% set version = '0.15.0' %} +{% set version = '0.14.0' %} {% set number = '0' %} about: @@ -24,7 +24,7 @@ requirements: - python {{ python }} run: - asdf - - astropy >=4.1 + - astropy >=3.1 - numpy - python |