diff options
| author | Joseph Hunkeler <jhunk@stsci.edu> | 2016-03-30 16:16:15 -0400 | 
|---|---|---|
| committer | Joseph Hunkeler <jhunk@stsci.edu> | 2016-04-19 11:17:23 -0400 | 
| commit | 6903289c49c54c38cfef01d0ecf65561ee74a125 (patch) | |
| tree | 8f8a155df8833763ec8aa08e39c55e829ca446b2 /pysynphot | |
| parent | 1a2e77b59cc1480f43316d1ce969b54005797773 (diff) | |
| download | astroconda-dev-6903289c49c54c38cfef01d0ecf65561ee74a125.tar.gz | |
Add RECON dependency
Diffstat (limited to 'pysynphot')
| -rw-r--r-- | pysynphot/meta.yaml | 5 | 
1 files changed, 3 insertions, 2 deletions
| diff --git a/pysynphot/meta.yaml b/pysynphot/meta.yaml index f131e32..af3297c 100644 --- a/pysynphot/meta.yaml +++ b/pysynphot/meta.yaml @@ -13,16 +13,17 @@ requirements:      - nose      - astropy >=1.1      - cython -    - numpy x.x      - matplotlib +    - recon      - setuptools +    - numpy x.x      - python x.x      run:      - nose      - astropy >=1.1      - cython -    - numpy x.x      - matplotlib +    - numpy x.x      - python x.x  source:      git_url: https://github.com/spacetelescope/pysynphot | 
