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-hst | |
parent | 2ff7bbe733c9837a13a0762bb8a48e04de9e296d (diff) | |
download | astroconda-dev-aacc9ee0d6b4b02d95a7f725d598a6a8a6d0c599.tar.gz |
Full dev mode
Diffstat (limited to 'stsci-hst')
-rw-r--r-- | stsci-hst/meta.yaml | 94 |
1 files changed, 31 insertions, 63 deletions
diff --git a/stsci-hst/meta.yaml b/stsci-hst/meta.yaml index 863da9e..c986547 100644 --- a/stsci-hst/meta.yaml +++ b/stsci-hst/meta.yaml @@ -1,5 +1,5 @@ {% set name = 'stsci-hst' %} -{% set version = '1.0.1' %} +{% set GIT_DESCRIBE_TAG if GIT_DESCRIBE_TAG is not defined '0.0.0' %} {% set number = '0' %} about: @@ -12,69 +12,37 @@ package: name: {{ name }} version: {{ version }} requirements: - build: - - purge_path >=0.0.1 - - acstools ==2.0.1 - - astrolib.coords ==0.39.7 - - astropy >=1.1 - - calcos ==3.1.4 - - costools ==1.2.2 - - crds ==0.0.0 - - drizzlepac ==2.1.4 - - fitsblender ==0.2.7 - - hstcal ==1.0.0 - - nictools ==1.1.4 - - pyregion ==1.1.3 - - pysynphot ==0.9.8.3 - - pywcs ==1.12.1 - - reftools ==1.7.2 - - stistools ==1.1.1 - - stsci.convolve ==2.1.4 - - stsci.image ==2.2.1 - - stsci.imagemanip ==1.1.3 - - stsci.imagestats ==1.4.2 - - stsci.ndimage ==0.10.2 - - stsci.numdisplay ==1.6.2 - - stsci.sphinxext ==1.2.3 - - stsci.stimage ==0.2.2 - - stsci.skypac ==0.9.1 - - stsci.sphere ==0.2.1 - - stsci.tools ==3.4.2 - - stwcs ==1.2.4 - - wfpc2tools ==1.0.4 - - wfc3tools ==1.3.2 - - numpy x.x - - python x.x run: - - purge_path >=0.0.1 - - acstools ==2.0.1 - - astrolib.coords ==0.39.7 + - relic + - purge_path + - acstools + - astrolib.coords - astropy >=1.1 - - calcos ==3.1.4 - - costools ==1.2.2 - - crds ==0.0.0 - - drizzlepac ==2.1.4 - - fitsblender ==0.2.7 - - hstcal ==1.0.0 - - nictools ==1.1.4 - - pyregion ==1.1.3 - - pysynphot ==0.9.8.3 - - pywcs ==1.12.1 - - reftools ==1.7.2 - - stistools ==1.1.1 - - stsci.convolve ==2.1.4 - - stsci.image ==2.2.1 - - stsci.imagemanip ==1.1.3 - - stsci.imagestats ==1.4.2 - - stsci.ndimage ==0.10.2 - - stsci.numdisplay ==1.6.2 - - stsci.sphinxext ==1.2.3 - - stsci.stimage ==0.2.2 - - stsci.skypac ==0.9.1 - - stsci.sphere ==0.2.1 - - stsci.tools >=3.4.2 - - stwcs ==1.2.4 - - wfpc2tools ==1.0.4 - - wfc3tools ==1.3.2 + - calcos + - costools + - crds + - drizzlepac + - fitsblender + - hstcal + - nictools + - pyregion + - pysynphot + - pywcs + - reftools + - stistools + - stsci.convolve + - stsci.image + - stsci.imagemanip + - stsci.imagestats + - stsci.ndimage + - stsci.numdisplay + - stsci.sphinxext + - stsci.stimage + - stsci.skypac + - stsci.sphere + - stsci.tools + - stwcs + - wfpc2tools + - wfc3tools - numpy x.x - python x.x |