diff options
author | Matt Rendina <rendinam@users.noreply.github.com> | 2020-12-17 13:48:43 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-12-17 13:48:43 -0500 |
commit | 3905d5c53a4110279cf90fde07dd208a8ec2dfe5 (patch) | |
tree | e2255e48f8deae4dfb410a34cad186070703324d /gwcs | |
parent | e3055418664ee57b8bc48be4ccbdc6594890dfff (diff) | |
download | astroconda-contrib-3905d5c53a4110279cf90fde07dd208a8ec2dfe5.tar.gz |
bump gwcs to 0.15.0 (#680)
Co-authored-by: Nadia Dencheva <nadia.dencheva@gmail.com>
Diffstat (limited to 'gwcs')
-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 0ea34ee..e899e57 100644 --- a/gwcs/meta.yaml +++ b/gwcs/meta.yaml @@ -1,5 +1,5 @@ {% set name = 'gwcs' %} -{% set version = '0.14.0' %} +{% set version = '0.15.0' %} {% set number = '0' %} about: @@ -24,7 +24,7 @@ requirements: - python {{ python }} run: - asdf - - astropy >=3.1 + - astropy >=4.1 - numpy - python |