diff options
-rw-r--r-- | stsci.stimage/meta.yaml | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/stsci.stimage/meta.yaml b/stsci.stimage/meta.yaml index 866a556..8530261 100644 --- a/stsci.stimage/meta.yaml +++ b/stsci.stimage/meta.yaml @@ -3,7 +3,7 @@ {% if version[0] == 'v' %} {% set version = version[1:] %} {% endif %} -{% set number = '2' %} +{% set number = '0' %} about: home: https://github.com/spacetelescope/{{ name }} @@ -20,18 +20,18 @@ package: requirements: build: - - d2to1 - - stsci.distutils - - setuptools - - numpy {{ numpy }} - - python {{ python }} + - d2to1 + - stsci.distutils + - setuptools + - numpy {{ numpy }} + - python {{ python }} run: - - numpy - - python + - numpy + - python source: git_url: https://github.com/spacetelescope/{{ name }}.git test: imports: - - stsci.stimage + - stsci.stimage |