diff options
Diffstat (limited to 'gwcs/meta.yaml')
-rw-r--r-- | gwcs/meta.yaml | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/gwcs/meta.yaml b/gwcs/meta.yaml index e899e57..c105a49 100644 --- a/gwcs/meta.yaml +++ b/gwcs/meta.yaml @@ -1,6 +1,6 @@ {% set name = 'gwcs' %} {% set version = '0.15.0' %} -{% set number = '0' %} +{% set number = '1' %} about: home: https://github.com/spacetelescope/{{ name }} @@ -19,12 +19,14 @@ requirements: build: - asdf - astropy >=3.1 + - scipy - setuptools - numpy {{ numpy }} - python {{ python }} run: - asdf - astropy >=4.1 + - scipy - numpy - python |