diff options
| author | Joseph Hunkeler <jhunkeler@users.noreply.github.com> | 2018-05-31 22:17:05 -0400 | 
|---|---|---|
| committer | GitHub <noreply@github.com> | 2018-05-31 22:17:05 -0400 | 
| commit | 09f96ae0be9da0fc580e0036173838f05f7252b0 (patch) | |
| tree | 832526e7625b010496950bda18a0c69fe3356427 /stsci.imagestats | |
| parent | 13c9642345c67b6133394f559c2e0f3201aa59e1 (diff) | |
| download | astroconda-contrib-09f96ae0be9da0fc580e0036173838f05f7252b0.tar.gz | |
stsci.imagestats: Bump version -> 1.4.2 (#357)
Diffstat (limited to 'stsci.imagestats')
| -rw-r--r-- | stsci.imagestats/meta.yaml | 21 | 
1 files changed, 11 insertions, 10 deletions
| diff --git a/stsci.imagestats/meta.yaml b/stsci.imagestats/meta.yaml index 3c8218c..d92854d 100644 --- a/stsci.imagestats/meta.yaml +++ b/stsci.imagestats/meta.yaml @@ -1,6 +1,6 @@  {% set name = 'stsci.imagestats' %} -{% set version = '1.4.1' %} -{% set number = '2' %} +{% set version = '1.4.2' %} +{% set number = '0' %}  about:      home: https://github.com/spacetelescope/{{ name }} @@ -18,18 +18,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 | 
