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