diff options
author | Joseph Hunkeler <jhunkeler@users.noreply.github.com> | 2018-05-31 22:19:50 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-05-31 22:19:50 -0400 |
commit | 7d7cebabbbc30d9905c9a91c1915ae1e085ef618 (patch) | |
tree | e12ffa500ce9a11c785b49c45249573ed87de062 /stsci.imagestats | |
parent | 48533d26429a25e541b5886b8f6b9e565c60b60e (diff) | |
download | astroconda-dev-7d7cebabbbc30d9905c9a91c1915ae1e085ef618.tar.gz |
stsci.imagestats: Reset build number (#135)
Diffstat (limited to 'stsci.imagestats')
-rw-r--r-- | stsci.imagestats/meta.yaml | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/stsci.imagestats/meta.yaml b/stsci.imagestats/meta.yaml index 72017b2..0d0988c 100644 --- a/stsci.imagestats/meta.yaml +++ b/stsci.imagestats/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,19 +20,19 @@ 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.imagestats + - stsci.imagestats |