diff options
author | Matt Rendina <rendinam@users.noreply.github.com> | 2018-02-22 08:53:06 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-02-22 08:53:06 -0500 |
commit | d4ccb57a335dfda4b3583107767a081691352b2f (patch) | |
tree | 43dd1892560bcc467c5eaf1373390cefe4707acd /stsci-data-analysis | |
parent | ebe4788bd2ee01f8b991f02d1665db3d87cc383d (diff) | |
parent | e027b0e371ddedc4377b43b425d2f67282ff45b7 (diff) | |
download | astroconda-contrib-d4ccb57a335dfda4b3583107767a081691352b2f.tar.gz |
Merge branch 'master' into patch-3
Diffstat (limited to 'stsci-data-analysis')
-rw-r--r-- | stsci-data-analysis/meta.yaml | 43 |
1 files changed, 25 insertions, 18 deletions
diff --git a/stsci-data-analysis/meta.yaml b/stsci-data-analysis/meta.yaml index 8f46f65..ae83093 100644 --- a/stsci-data-analysis/meta.yaml +++ b/stsci-data-analysis/meta.yaml @@ -1,5 +1,8 @@ {% set name = 'stsci-data-analysis' %} -{% set version = '2.1.0' %} +{% set version = '2.1.1' %} +{% if version[0] == 'v' %} +{% set version = version[1:] %} +{% endif %} {% set number = '0' %} about: @@ -15,21 +18,25 @@ package: version: {{ version }} requirements: + build: + - numpy {{ numpy }} + - python {{ python }} + run: - - asdf >=1.3.1 - - astropy >=2.0.0 - - astroimtools >=0.1.1 - - cubeviz >=0.0.2 - - glueviz >=0.12.0 - - glue-ginga >=0.2 - - glue-vispy-viewers >=0.9 - - gwcs >=0.8.0 - - mosviz >=0.1.1 - - photutils >=0.4 - - imexam >=0.8.0 - - specutils >=0.2.2 - - specviz >=0.4.4 - - spherical-geometry >=1.0.12 - - stginga >=0.2.1 - - numpy - - python + - asdf >=1.3.1 + - astropy >=2.0.0 + - astroimtools >=0.1.1 + - cubeviz >=0.0.2 + - glueviz >=0.12.0 + - glue-ginga >=0.2 + - glue-vispy-viewers >=0.9 + - gwcs >=0.8.0 + - mosviz >=0.1.1 + - photutils >=0.4 + - imexam >=0.8.0 + - specutils >=0.2.2 + - specviz >=0.4.4 + - spherical-geometry >=1.0.12 + - stginga >=0.2.1 + - numpy + - python |