diff options
| author | Todd Miller <jmiller@stsci.edu> | 2018-06-22 09:10:14 -0400 | 
|---|---|---|
| committer | Todd Miller <jmiller@stsci.edu> | 2018-06-22 09:10:14 -0400 | 
| commit | ff7bb35c63ef298df2207dbfdc49e441cec0e2ae (patch) | |
| tree | 7cb17a5919c32a5aae5f627a77a0db239d6d19af /stsci.stimage | |
| parent | e3ccb95b25b6a978e8e2da7783cc53ec6b2d698a (diff) | |
| parent | f6dbc50fd6569c11c4b0286f4d30a08a56b8463e (diff) | |
| download | astroconda-contrib-ff7bb35c63ef298df2207dbfdc49e441cec0e2ae.tar.gz | |
Merge branch 'master' of https://github.com/astroconda/astroconda-contrib into update-crds-version to resolve version conflicts.
Diffstat (limited to 'stsci.stimage')
| -rw-r--r-- | stsci.stimage/meta.yaml | 20 | 
1 files changed, 10 insertions, 10 deletions
| diff --git a/stsci.stimage/meta.yaml b/stsci.stimage/meta.yaml index 469c505..45e87b2 100644 --- a/stsci.stimage/meta.yaml +++ b/stsci.stimage/meta.yaml @@ -1,6 +1,6 @@  {% set name = 'stsci.stimage' %} -{% set version = '0.2.1' %} -{% set number = '2' %} +{% set version = '0.2.2' %} +{% set number = '0' %}  about:      home: https://github.com/spacetelescope/{{ name }} @@ -17,18 +17,18 @@ package:  requirements:      build: -    - d2to1 -    - numpy {{ numpy }} -    - stsci.distutils -    - setuptools -    - python {{ python }} +      - d2to1 +      - numpy {{ numpy }} +      - stsci.distutils +      - setuptools +      - python {{ python }}      run: -    - numpy -    - python +      - numpy +      - python  source:      git_url: https://github.com/spacetelescope/{{ name }}.git  test:      imports: -    - stsci.stimage +      - stsci.stimage | 
