summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoseph Hunkeler <jhunkeler@users.noreply.github.com>2017-01-01 13:26:16 -0500
committerGitHub <noreply@github.com>2017-01-01 13:26:16 -0500
commitb1eba0491cd45a8bc9ba6b12d3f1557ce6279803 (patch)
tree736c2bc66b3fe710fcfb53d5f8a63c3a7c685c36
parent63f02f755cf673b1d7f8d11d583f2ce514205162 (diff)
downloadastroconda-contrib-b1eba0491cd45a8bc9ba6b12d3f1557ce6279803.tar.gz
Remove invalid spaces from version specifiers
-rw-r--r--stginga/meta.yaml4
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