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 +++++++++++------------ stsci-hst/meta.yaml | 60 +++++++++++++++++++++---------------------- stsci/meta.yaml | 20 +++++++-------- 3 files changed, 56 insertions(+), 56 deletions(-) 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 diff --git a/stsci-hst/meta.yaml b/stsci-hst/meta.yaml index b015fe9..cde531f 100644 --- a/stsci-hst/meta.yaml +++ b/stsci-hst/meta.yaml @@ -15,35 +15,35 @@ package: version: {{ version }} requirements: run: - - purge_path >=0.0* - - acstools >=0.0* - - astrolib.coords >=0.0* - - astropy >=0.0* - - calcos >=0.0* - - costools >=0.0* - - crds >=0.0* - - drizzlepac >=0.0* - - fitsblender >=0.0* - - hstcal >=0.0* - - nictools >=0.0* - - pyregion >=0.0* - - pysynphot >=0.0* - - pywcs >=0.0* - - reftools >=0.0* - - stistools >=0.0* - - stsci.convolve >=0.0* - - stsci.image >=0.0* - - stsci.imagemanip >=0.0* - - stsci.imagestats >=0.0* - - stsci.ndimage >=0.0* - - stsci.numdisplay >=0.0* - - stsci.sphinxext >=0.0* - - stsci.stimage >=0.0* - - stsci.skypac >=0.0* - - stsci.sphere >=0.0* - - stsci.tools >=0.0* - - stwcs >=0.0* - - wfpc2tools >=0.0* - - wfc3tools >=0.0* + - purge_path >=*0.0* + - acstools >=*0.0* + - astrolib.coords >=*0.0* + - astropy >=*0.0* + - calcos >=*0.0* + - costools >=*0.0* + - crds >=*0.0* + - drizzlepac >=*0.0* + - fitsblender >=*0.0* + - hstcal >=*0.0* + - nictools >=*0.0* + - pyregion >=*0.0* + - pysynphot >=*0.0* + - pywcs >=*0.0* + - reftools >=*0.0* + - stistools >=*0.0* + - stsci.convolve >=*0.0* + - stsci.image >=*0.0* + - stsci.imagemanip >=*0.0* + - stsci.imagestats >=*0.0* + - stsci.ndimage >=*0.0* + - stsci.numdisplay >=*0.0* + - stsci.sphinxext >=*0.0* + - stsci.stimage >=*0.0* + - stsci.skypac >=*0.0* + - stsci.sphere >=*0.0* + - stsci.tools >=*0.0* + - stwcs >=*0.0* + - wfpc2tools >=*0.0* + - wfc3tools >=*0.0* - numpy x.x - python x.x 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