diff options
| author | Joseph Hunkeler <jhunkeler@users.noreply.github.com> | 2017-01-11 12:43:31 -0500 | 
|---|---|---|
| committer | GitHub <noreply@github.com> | 2017-01-11 12:43:31 -0500 | 
| commit | 785cb5dce615db5de87a296ad88114486f3d5b83 (patch) | |
| tree | 786227482521ecccfef17cf5ed3e8dea248c6024 /stsynphot | |
| parent | ad54fb683d0cb6b1644bea5967e2272a6a83fe97 (diff) | |
| download | astroconda-contrib-785cb5dce615db5de87a296ad88114486f3d5b83.tar.gz | |
Removes spaces between version specifiers (#148)
Diffstat (limited to 'stsynphot')
| -rw-r--r-- | stsynphot/meta.yaml | 16 | 
1 files changed, 8 insertions, 8 deletions
| diff --git a/stsynphot/meta.yaml b/stsynphot/meta.yaml index b90d78f..30e7039 100644 --- a/stsynphot/meta.yaml +++ b/stsynphot/meta.yaml @@ -7,34 +7,34 @@ about:      home: https://github.com/spacetelescope/{{ reponame }}      license: BSD      summary: Synthetic photometry using Astropy for HST and JWST -     +  build:      number: {{ number }} -     +  package:      name: {{ name }}      version: {{ version }}  requirements:      build: -    - synphot >= 0.1 +    - synphot >=0.1      - astropy >=1.3 -    - scipy >= 0.14 +    - scipy >=0.14      - numpy      - setuptools      - python x.x      run: -    - synphot >= 0.1 +    - synphot >=0.1      - astropy >=1.3 -    - scipy >= 0.14 +    - scipy >=0.14      - numpy      - python x.x -     +  source:      git_tag: {{ version }}      git_url: https://github.com/spacetelescope/{{ reponame }}.git -     +  test:      imports:      - stsynphot | 
