diff options
author | Joseph Hunkeler <jhunkeler@users.noreply.github.com> | 2017-01-06 13:15:53 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-01-06 13:15:53 -0500 |
commit | b937af2dbcb71a43378fcf2e770f0d8e54a530e6 (patch) | |
tree | faa41acbabf4978afd6e4d2a3a71759bcb66a9a8 /stsci | |
parent | 67669b36d7c9db9d110eeb71b3de50e458858a16 (diff) | |
download | astroconda-dev-b937af2dbcb71a43378fcf2e770f0d8e54a530e6.tar.gz |
Attempt to force resolver to pick up the latest packages (#13)
Diffstat (limited to 'stsci')
-rw-r--r-- | stsci/meta.yaml | 25 |
1 files changed, 10 insertions, 15 deletions
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 |