diff options
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 |