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/meta.yaml | |
parent | b937af2dbcb71a43378fcf2e770f0d8e54a530e6 (diff) | |
download | astroconda-dev-cc1e36db4451c1e5239ec51a8e85ce716623afb5.tar.gz |
Open version up wider, thanks to version prefixes (#14)
Diffstat (limited to 'stsci/meta.yaml')
-rw-r--r-- | stsci/meta.yaml | 20 |
1 files changed, 10 insertions, 10 deletions
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 |