diff options
Diffstat (limited to 'stsci.skypac')
-rw-r--r-- | stsci.skypac/meta.yaml | 11 |
1 files changed, 5 insertions, 6 deletions
diff --git a/stsci.skypac/meta.yaml b/stsci.skypac/meta.yaml index f9aaa3e..2609221 100644 --- a/stsci.skypac/meta.yaml +++ b/stsci.skypac/meta.yaml @@ -1,6 +1,6 @@ {% set name = 'stsci.skypac' %} -{% set version = '0.9.10' %} -{% set number = '1' %} +{% set version = '0.9.12' %} +{% set number = '0' %} about: home: https://github.com/spacetelescope/{{ name }} @@ -17,20 +17,19 @@ package: requirements: build: - - d2to1 - astropy >=1.1 - - stsci.distutils - stsci.imagestats - - spherical-geometry + - spherical-geometry >=1.2.2 - stsci.tools - stwcs + - sphinx - setuptools - numpy {{ numpy }} - python {{ python }} run: - astropy >=1.1 - stsci.imagestats - - spherical-geometry + - spherical-geometry >=1.2.2 - stsci.tools - stwcs - python |