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