From 7a3a1ee642c031d580a2217a7da7d72e7bb7436e Mon Sep 17 00:00:00 2001 From: Joseph Hunkeler Date: Mon, 31 Oct 2016 11:03:34 -0400 Subject: Fix spaces between match specifiers (#84) --- stsci-data-analysis/meta.yaml | 12 ++++++------ 1 file 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 -- cgit