diff options
| author | Joseph Hunkeler <jhunkeler@users.noreply.github.com> | 2016-10-31 11:03:34 -0400 | 
|---|---|---|
| committer | GitHub <noreply@github.com> | 2016-10-31 11:03:34 -0400 | 
| commit | 7a3a1ee642c031d580a2217a7da7d72e7bb7436e (patch) | |
| tree | d14a8d522d87b32668c4ddacc013aae12dd1d96d | |
| parent | 8fac7c6fd9e066edfa00fb8e9ccfe3e1fbd849bb (diff) | |
| download | astroconda-contrib-7a3a1ee642c031d580a2217a7da7d72e7bb7436e.tar.gz | |
Fix spaces between match specifiers (#84)
| -rw-r--r-- | stsci-data-analysis/meta.yaml | 12 | 
1 files changed, 6 insertions, 6 deletions
| diff --git a/stsci-data-analysis/meta.yaml b/stsci-data-analysis/meta.yaml index 154e787..1f34dbb 100644 --- a/stsci-data-analysis/meta.yaml +++ b/stsci-data-analysis/meta.yaml @@ -13,9 +13,9 @@ requirements:      - astroimtools >=0.1      - stginga >=0.1      - specviz -    - photutils >= 0.2.2 -    - glueviz >= 0.9.0 -    - imexam >= 0.6.2 +    - photutils >=0.2.2 +    - glueviz >=0.9.0 +    - imexam >=0.6.2      - asdf >=1.0.2      - numpy x.x      - python x.x @@ -24,9 +24,9 @@ requirements:      - astroimtools >=0.1      - stginga >=0.1      - specviz -    - photutils >= 0.2.2 -    - glueviz >= 0.9.0 -    - imexam >= 0.6.2 +    - photutils >=0.2.2 +    - glueviz >=0.9.0 +    - imexam >=0.6.2      - asdf >=1.0.2      - numpy x.x      - python x.x | 
