From cc1e36db4451c1e5239ec51a8e85ce716623afb5 Mon Sep 17 00:00:00 2001 From: Joseph Hunkeler Date: Fri, 6 Jan 2017 15:18:04 -0500 Subject: Open version up wider, thanks to version prefixes (#14) --- stsci-data-analysis/meta.yaml | 32 ++++++++++++++++---------------- 1 file changed, 16 insertions(+), 16 deletions(-) (limited to 'stsci-data-analysis') diff --git a/stsci-data-analysis/meta.yaml b/stsci-data-analysis/meta.yaml index 243b12d..c9bd2ba 100644 --- a/stsci-data-analysis/meta.yaml +++ b/stsci-data-analysis/meta.yaml @@ -18,25 +18,25 @@ package: requirements: build: - - astropy >=0.0* - - astroimtools >=0.0* - - stginga >=0.0* - - specviz >=0.0* - - photutils >=0.0* - - glueviz >=0.0* - - imexam >=0.0* - - asdf >=0.0* + - astropy >=*0.0* + - astroimtools >=*0.0* + - stginga >=*0.0* + - specviz >=*0.0* + - photutils >=*0.0* + - glueviz >=*0.0* + - imexam >=*0.0* + - asdf >=*0.0* - numpy x.x - python x.x run: - - astropy >=0.0* - - astroimtools >=0.0* - - stginga >=0.0* - - specviz >=0.0* - - photutils >=0.0* - - glueviz >=0.0* - - imexam >=0.0* - - asdf >=0.0* + - astropy >=*0.0* + - astroimtools >=*0.0* + - stginga >=*0.0* + - specviz >=*0.0* + - photutils >=*0.0* + - glueviz >=*0.0* + - imexam >=*0.0* + - asdf >=*0.0* - numpy x.x - python x.x -- cgit