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 /stsynphot | |
| parent | 785cb5dce615db5de87a296ad88114486f3d5b83 (diff) | |
| download | astroconda-contrib-1737eab5bd07ea07e24feadc2f3d0f585f46767f.tar.gz | |
Fix resolver failure on "b" suffix. (#149)
Diffstat (limited to 'stsynphot')
| -rw-r--r-- | stsynphot/meta.yaml | 4 | 
1 files changed, 2 insertions, 2 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 | 
