diff options
-rw-r--r-- | stwcs/meta.yaml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/stwcs/meta.yaml b/stwcs/meta.yaml index fb42979..ca7993c 100644 --- a/stwcs/meta.yaml +++ b/stwcs/meta.yaml @@ -1,5 +1,5 @@ {% set name = 'stwcs' %} -{% set version = '1.4.0' %} +{% set version = '1.4.2' %} {% set number = '1' %} about: @@ -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 |