diff options
| author | Joseph Hunkeler <jhunkeler@users.noreply.github.com> | 2017-01-01 13:26:16 -0500 | 
|---|---|---|
| committer | GitHub <noreply@github.com> | 2017-01-01 13:26:16 -0500 | 
| commit | b1eba0491cd45a8bc9ba6b12d3f1557ce6279803 (patch) | |
| tree | 736c2bc66b3fe710fcfb53d5f8a63c3a7c685c36 /stginga/meta.yaml | |
| parent | 63f02f755cf673b1d7f8d11d583f2ce514205162 (diff) | |
| download | astroconda-contrib-b1eba0491cd45a8bc9ba6b12d3f1557ce6279803.tar.gz | |
Remove invalid spaces from version specifiers
Diffstat (limited to 'stginga/meta.yaml')
| -rw-r--r-- | stginga/meta.yaml | 4 | 
1 files changed, 2 insertions, 2 deletions
| diff --git a/stginga/meta.yaml b/stginga/meta.yaml index 9a95087..88587b3 100644 --- a/stginga/meta.yaml +++ b/stginga/meta.yaml @@ -14,14 +14,14 @@ package:      version: {{ version }}  requirements:      build: -    - ginga >= 2.6.1 +    - ginga >=2.6.1      - astropy >=1.2      - numpy x.x      - scipy      - setuptools      - python x.x      run: -    - ginga >= 2.6.1 +    - ginga >=2.6.1      - astropy >=1.2      - numpy x.x      - scipy | 
