diff options
author | Matt Rendina <rendinam@users.noreply.github.com> | 2018-11-06 10:40:22 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-11-06 10:40:22 -0500 |
commit | 0283f21688534f56f0ff018dfa6fb3209f82285e (patch) | |
tree | c5791751f0ea115bb390f73c7c9ad90b625a6bfb | |
parent | 58f57b608592deb5535abc5bfc075df03a1e98d6 (diff) | |
parent | fabd56c9ca45f0e7829a2bac4cbe1464d74dbf88 (diff) | |
download | astroconda-contrib-0283f21688534f56f0ff018dfa6fb3209f82285e.tar.gz |
Merge pull request #389 from nden/update-stwcs
update stwcs version to 1.4.2
-rw-r--r-- | stwcs/meta.yaml | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/stwcs/meta.yaml b/stwcs/meta.yaml index fb42979..bb840c9 100644 --- a/stwcs/meta.yaml +++ b/stwcs/meta.yaml @@ -1,6 +1,6 @@ {% set name = 'stwcs' %} -{% set version = '1.4.0' %} -{% set number = '1' %} +{% set version = '1.4.2' %} +{% set number = '0' %} about: home: https://github.com/spacetelescope/{{ name }} @@ -18,7 +18,7 @@ package: requirements: build: - - astropy >=1.1 + - astropy >=2.0.8 - lxml - pytest - requests @@ -27,7 +27,7 @@ requirements: - numpy {{ numpy }} - python {{ python }} run: - - astropy >=1.1 + - astropy >=2.0.8 - lxml - requests - stsci.tools |