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 | |
parent | ebe4788bd2ee01f8b991f02d1665db3d87cc383d (diff) | |
parent | e027b0e371ddedc4377b43b425d2f67282ff45b7 (diff) | |
download | astroconda-contrib-d4ccb57a335dfda4b3583107767a081691352b2f.tar.gz |
Merge branch 'master' into patch-3
Diffstat (limited to 'stsci')
-rw-r--r-- | stsci/meta.yaml | 47 |
1 files changed, 20 insertions, 27 deletions
diff --git a/stsci/meta.yaml b/stsci/meta.yaml index 6003ee5..79233e6 100644 --- a/stsci/meta.yaml +++ b/stsci/meta.yaml @@ -1,5 +1,8 @@ {% set name = 'stsci' %} -{% set version = '3.0.0' %} +{% set version = '3.0.2' %} +{% if version[0] == 'v' %} +{% set version = version[1:] %} +{% endif %} {% set number = '0' %} about: @@ -16,30 +19,20 @@ package: requirements: build: - - stsci-hst >=3.0.0 - - stsci-data-analysis >=2.0.2 - - astropy >=1.3 - - cfitsio >=3.370 - - d2to1 >=0.2.12 - - ds9 >=7.1 - - fftw >=3.3.4 - - htc_utils >=0.1 - - purge_path >=1.0.0 - - pyds9 >=1.8.1 - - pyfftw >=0.9.2 - - numpy - - python x.x + - numpy {{ numpy }} + - python {{ python }} + run: - - stsci-hst >=3.0.0 - - stsci-data-analysis >=2.0.2 - - astropy >=1.3 - - cfitsio >=3.370 - - d2to1 >=0.2.12 - - ds9 >=7.1 - - fftw >=3.3.4 - - htc_utils >=0.1 - - purge_path >=1.0.0 - - pyds9 >=1.8.1 - - pyfftw >=0.9.2 - - numpy - - python x.x + - stsci-hst >=3.0.0 + - stsci-data-analysis >=2.0.2 + - astropy >=1.3 + - cfitsio >=3.370 + - d2to1 >=0.2.12 + - ds9 >=7.1 + - fftw >=3.3.4 + - htc_utils >=0.1 + - purge_path >=1.0.0 + - pyds9 >=1.8.1 + - pyfftw >=0.9.2 + - numpy + - python |