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 | |
| parent | 67669b36d7c9db9d110eeb71b3de50e458858a16 (diff) | |
| download | astroconda-dev-b937af2dbcb71a43378fcf2e770f0d8e54a530e6.tar.gz | |
Attempt to force resolver to pick up the latest packages (#13)
| -rw-r--r-- | stsci-data-analysis/meta.yaml | 32 | ||||
| -rw-r--r-- | stsci-hst/meta.yaml | 60 | ||||
| -rw-r--r-- | stsci/meta.yaml | 25 | 
3 files changed, 56 insertions, 61 deletions
| diff --git a/stsci-data-analysis/meta.yaml b/stsci-data-analysis/meta.yaml index 8f096f2..243b12d 100644 --- a/stsci-data-analysis/meta.yaml +++ b/stsci-data-analysis/meta.yaml @@ -18,25 +18,25 @@ package:  requirements:      build: -    - astropy -    - astroimtools -    - stginga -    - specviz -    - photutils -    - glueviz -    - imexam -    - asdf +    - 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 -    - astroimtools -    - stginga -    - specviz -    - photutils -    - glueviz -    - imexam -    - asdf +    - 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 0ab258e..b015fe9 100644 --- a/stsci-hst/meta.yaml +++ b/stsci-hst/meta.yaml @@ -15,35 +15,35 @@ package:      version: {{ version }}  requirements:      run: -    - purge_path -    - acstools -    - astrolib.coords -    - astropy -    - calcos -    - costools -    - crds -    - drizzlepac -    - fitsblender -    - hstcal -    - nictools -    - pyregion -    - pysynphot -    - pywcs -    - reftools -    - stistools -    - stsci.convolve -    - stsci.image -    - stsci.imagemanip -    - stsci.imagestats -    - stsci.ndimage -    - stsci.numdisplay -    - stsci.sphinxext -    - stsci.stimage -    - stsci.skypac -    - stsci.sphere -    - stsci.tools -    - stwcs -    - wfpc2tools -    - wfc3tools +    - 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 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 | 
