diff options
Diffstat (limited to 'stsci-data-analysis/meta.yaml')
-rw-r--r-- | stsci-data-analysis/meta.yaml | 24 |
1 files changed, 12 insertions, 12 deletions
diff --git a/stsci-data-analysis/meta.yaml b/stsci-data-analysis/meta.yaml index 88a49ea..bc20871 100644 --- a/stsci-data-analysis/meta.yaml +++ b/stsci-data-analysis/meta.yaml @@ -10,21 +10,21 @@ package: requirements: build: - astropy >=1.1 - - specview ==0.1 - - astroimtools ==0.1 - - cube-tools ==0.0.0 - - stginga ==0.1 - - asv ==0.1.1 - - asdf ==1.0.2 + - specview >=0.1 + - astroimtools >=0.1 + - cube-tools >=0.0.0 + - stginga >=0.1 + - asv >=0.1.1 + - asdf >=1.0.2 - numpy x.x - python x.x run: - astropy >=1.1 - - specview ==0.1 - - astroimtools ==0.1 - - cube-tools ==0.0.0 - - stginga ==0.1 - - asv ==0.1.1 - - asdf ==1.0.2 + - specview >=0.1 + - astroimtools >=0.1 + - cube-tools >=0.0.0 + - stginga >=0.1 + - asv >=0.1.1 + - asdf >=1.0.2 - numpy x.x - python x.x |