diff options
author | Joseph Hunkeler <jhunk@stsci.edu> | 2016-04-02 23:55:34 -0400 |
---|---|---|
committer | Joseph Hunkeler <jhunk@stsci.edu> | 2016-04-19 11:17:28 -0400 |
commit | aacc9ee0d6b4b02d95a7f725d598a6a8a6d0c599 (patch) | |
tree | 5582b425b4f5420d151cbd338d490b838dee03f9 /stsci | |
parent | 2ff7bbe733c9837a13a0762bb8a48e04de9e296d (diff) | |
download | astroconda-dev-aacc9ee0d6b4b02d95a7f725d598a6a8a6d0c599.tar.gz |
Full dev mode
Diffstat (limited to 'stsci')
-rw-r--r-- | stsci/meta.yaml | 48 |
1 files changed, 15 insertions, 33 deletions
diff --git a/stsci/meta.yaml b/stsci/meta.yaml index 68cf849..f5a3626 100644 --- a/stsci/meta.yaml +++ b/stsci/meta.yaml @@ -1,5 +1,5 @@ {% set name = 'stsci' %} -{% set version = '1.0.1' %} +{% set GIT_DESCRIBE_TAG if GIT_DESCRIBE_TAG is not defined '0.0.0' %} {% set number = '0' %} about: @@ -12,39 +12,21 @@ package: name: {{ name }} version: {{ version }} requirements: - build: - - stsci-hst ==1.0.1 - - stsci-data-analysis ==1.0.1 - - astropy >=1.1 - - cfitsio ==3.370 - - ds9 ==7.4 - - fftw ==3.3.4 - - htc_utils >=0.1 - - imexam ==0.5.2 - - photutils ==0.2.1 - - poppy ==0.4.0 - - purge_path >=0.0.1 - - pyds9 ==1.8.1 - - pyfftw ==0.9.2 - - webbpsf ==0.4.0 - - webbpsf-data ==0.4.0 - - numpy x.x - - python x.x run: - - stsci-hst ==1.0.1 - - stsci-data-analysis ==1.0.1 + - stsci-hst + - stsci-data-analysis - astropy >=1.1 - - cfitsio ==3.370 - - ds9 ==7.4 - - fftw ==3.3.4 - - htc_utils >=0.1 - - imexam ==0.5.2 - - photutils ==0.2.1 - - poppy ==0.4.0 - - purge_path >=0.0.1 - - pyds9 ==1.8.1 - - pyfftw ==0.9.2 - - webbpsf ==0.4.0 - - webbpsf-data ==0.4.0 + - cfitsio + - ds9 + - fftw + - htc_utils + - imexam + - photutils + - poppy + - purge_path + - pyds9 + - pyfftw + - webbpsf + - webbpsf-data - numpy x.x - python x.x |