From b937af2dbcb71a43378fcf2e770f0d8e54a530e6 Mon Sep 17 00:00:00 2001 From: Joseph Hunkeler Date: Fri, 6 Jan 2017 13:15:53 -0500 Subject: Attempt to force resolver to pick up the latest packages (#13) --- stsci/meta.yaml | 25 ++++++++++--------------- 1 file changed, 10 insertions(+), 15 deletions(-) (limited to 'stsci') diff --git a/stsci/meta.yaml b/stsci/meta.yaml index 7f3e58f..c7002ba 100644 --- a/stsci/meta.yaml +++ b/stsci/meta.yaml @@ -15,20 +15,15 @@ package: version: {{ version }} requirements: run: - - stsci-hst - - stsci-data-analysis - - astropy - - cfitsio - - ds9 - - fftw - - htc_utils - - imexam - - photutils - - poppy - - purge_path - - pyds9 - - pyfftw - - webbpsf - - webbpsf-data + - 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