diff options
author | Joe Hunkeler <jhunk@stsci.edu> | 2016-03-23 17:00:53 -0400 |
---|---|---|
committer | Joseph Hunkeler <jhunk@stsci.edu> | 2016-04-19 11:17:20 -0400 |
commit | f46565fe6f3eefd6a8eb1cec7179164f2800b042 (patch) | |
tree | b57ece5acd84c9a8c9235818b975a439c8ae3df9 /stsci/meta.yaml | |
download | astroconda-dev-f46565fe6f3eefd6a8eb1cec7179164f2800b042.tar.gz |
Initial commit
Diffstat (limited to 'stsci/meta.yaml')
-rw-r--r-- | stsci/meta.yaml | 48 |
1 files changed, 48 insertions, 0 deletions
diff --git a/stsci/meta.yaml b/stsci/meta.yaml new file mode 100644 index 0000000..6bea935 --- /dev/null +++ b/stsci/meta.yaml @@ -0,0 +1,48 @@ +about: + home: http://stsci.edu + license: BSD + summary: stsci meta-package +build: + number: '0' +package: + name: stsci + version: 1.0.0 +requirements: + build: + - stsci-hst + - stsci-data-analysis + - astropy >=1.1 + - cfitsio ==3.370 + - d2to1 ==0.2.12 + - 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 + - stsci-data-analysis + - astropy >=1.1 + - cfitsio ==3.370 + - d2to1 ==0.2.12 + - 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 |