diff options
-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 |