diff options
| author | Joseph Hunkeler <jhunkeler@users.noreply.github.com> | 2017-01-11 12:40:01 -0500 | 
|---|---|---|
| committer | GitHub <noreply@github.com> | 2017-01-11 12:40:01 -0500 | 
| commit | 1f6c267e0060301c9313e10f5f3a2a3ccc405e8f (patch) | |
| tree | ed3f92ca80f6fc9f796e09c3163d64fd588b9a73 /stsynphot | |
| parent | c1bf9df971ca94fb3bab882f033b00722c09957a (diff) | |
| download | astroconda-contrib-1f6c267e0060301c9313e10f5f3a2a3ccc405e8f.tar.gz | |
Remove numpy lock; Add newlines (#146)
Diffstat (limited to 'stsynphot')
| -rw-r--r-- | stsynphot/meta.yaml | 10 | 
1 files changed, 8 insertions, 2 deletions
| diff --git a/stsynphot/meta.yaml b/stsynphot/meta.yaml index 59ee472..b90d78f 100644 --- a/stsynphot/meta.yaml +++ b/stsynphot/meta.yaml @@ -7,28 +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      - astropy >=1.3      - scipy >= 0.14 -    - numpy x.x +    - numpy      - setuptools      - python x.x +      run:      - synphot >= 0.1      - astropy >=1.3      - scipy >= 0.14 -    - numpy x.x +    - numpy      - python x.x +      source:      git_tag: {{ version }}      git_url: https://github.com/spacetelescope/{{ reponame }}.git +      test:      imports:      - stsynphot | 
