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/meta.yaml | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) (limited to 'stsci') diff --git a/stsci/meta.yaml b/stsci/meta.yaml index c7002ba..5d9bef9 100644 --- a/stsci/meta.yaml +++ b/stsci/meta.yaml @@ -15,15 +15,15 @@ package: version: {{ version }} requirements: run: - - stsci-hst >=0.0* - - stsci-data-analysis >=0.0* - - astropy >=0.0* - - cfitsio >=0.0* - - ds9 >=0.0* - - fftw >=0.0* - - htc_utils >=0.0* - - purge_path >=0.0* - - pyds9 >=0.0* - - pyfftw >=0.0* + - stsci-hst >=*0.0* + - stsci-data-analysis >=*0.0* + - astropy >=*0.0* + - cfitsio >=*0.0* + - ds9 >=*0.0* + - fftw >=*0.0* + - htc_utils >=*0.0* + - purge_path >=*0.0* + - pyds9 >=*0.0* + - pyfftw >=*0.0* - numpy x.x - python x.x -- cgit