diff options
| author | Joseph Hunkeler <jhunkeler@users.noreply.github.com> | 2017-01-11 12:51:52 -0500 | 
|---|---|---|
| committer | GitHub <noreply@github.com> | 2017-01-11 12:51:52 -0500 | 
| commit | 1737eab5bd07ea07e24feadc2f3d0f585f46767f (patch) | |
| tree | 59158898da128a440d586488fe7e4293b9956279 | |
| parent | 785cb5dce615db5de87a296ad88114486f3d5b83 (diff) | |
| download | astroconda-contrib-1737eab5bd07ea07e24feadc2f3d0f585f46767f.tar.gz | |
Fix resolver failure on "b" suffix. (#149)
| -rw-r--r-- | stsynphot/meta.yaml | 4 | ||||
| -rw-r--r-- | synphot/meta.yaml | 4 | 
2 files changed, 4 insertions, 4 deletions
| diff --git a/stsynphot/meta.yaml b/stsynphot/meta.yaml index 30e7039..083094f 100644 --- a/stsynphot/meta.yaml +++ b/stsynphot/meta.yaml @@ -17,7 +17,7 @@ package:  requirements:      build: -    - synphot >=0.1 +    - synphot >=0.1*      - astropy >=1.3      - scipy >=0.14      - numpy @@ -25,7 +25,7 @@ requirements:      - python x.x      run: -    - synphot >=0.1 +    - synphot >=0.1*      - astropy >=1.3      - scipy >=0.14      - numpy diff --git a/synphot/meta.yaml b/synphot/meta.yaml index b2f631c..528dacc 100644 --- a/synphot/meta.yaml +++ b/synphot/meta.yaml @@ -7,10 +7,10 @@ about:      home: https://github.com/spacetelescope/{{ reponame }}      license: BSD      summary: Synthetic photometry using Astropy -     +  build:      number: {{ number }} -     +  package:      name: {{ name }}      version: {{ version }} | 
