diff options
author | Joseph Hunkeler <jhunkeler@users.noreply.github.com> | 2017-01-06 15:18:04 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-01-06 15:18:04 -0500 |
commit | cc1e36db4451c1e5239ec51a8e85ce716623afb5 (patch) | |
tree | 1ac363b3f6995951c769eb2aaa8087177c088dac /stsci-hst | |
parent | b937af2dbcb71a43378fcf2e770f0d8e54a530e6 (diff) | |
download | astroconda-dev-cc1e36db4451c1e5239ec51a8e85ce716623afb5.tar.gz |
Open version up wider, thanks to version prefixes (#14)
Diffstat (limited to 'stsci-hst')
-rw-r--r-- | stsci-hst/meta.yaml | 60 |
1 files changed, 30 insertions, 30 deletions
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 |