diff options
Diffstat (limited to 'stsci-data-analysis')
-rw-r--r-- | stsci-data-analysis/meta.yaml | 32 |
1 files changed, 16 insertions, 16 deletions
diff --git a/stsci-data-analysis/meta.yaml b/stsci-data-analysis/meta.yaml index 243b12d..c9bd2ba 100644 --- a/stsci-data-analysis/meta.yaml +++ b/stsci-data-analysis/meta.yaml @@ -18,25 +18,25 @@ package: requirements: build: - - astropy >=0.0* - - astroimtools >=0.0* - - stginga >=0.0* - - specviz >=0.0* - - photutils >=0.0* - - glueviz >=0.0* - - imexam >=0.0* - - asdf >=0.0* + - 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 >=0.0* - - astroimtools >=0.0* - - stginga >=0.0* - - specviz >=0.0* - - photutils >=0.0* - - glueviz >=0.0* - - imexam >=0.0* - - asdf >=0.0* + - 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 |