From b1eba0491cd45a8bc9ba6b12d3f1557ce6279803 Mon Sep 17 00:00:00 2001 From: Joseph Hunkeler Date: Sun, 1 Jan 2017 12:26:16 -0600 Subject: Remove invalid spaces from version specifiers --- stginga/meta.yaml | 4 ++-- 1 file 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 -- cgit