diff options
author | Joe Hunkeler <jhunk@stsci.edu> | 2016-03-23 17:00:53 -0400 |
---|---|---|
committer | Joe Hunkeler <jhunk@stsci.edu> | 2016-03-23 17:00:53 -0400 |
commit | e4caf4a2acbb18875b1064246554e4105449b5a3 (patch) | |
tree | b57ece5acd84c9a8c9235818b975a439c8ae3df9 /pandeia-thirdparty/meta.yaml | |
download | astroconda-contrib-e4caf4a2acbb18875b1064246554e4105449b5a3.tar.gz |
Initial commit
Diffstat (limited to 'pandeia-thirdparty/meta.yaml')
-rw-r--r-- | pandeia-thirdparty/meta.yaml | 60 |
1 files changed, 60 insertions, 0 deletions
diff --git a/pandeia-thirdparty/meta.yaml b/pandeia-thirdparty/meta.yaml new file mode 100644 index 0000000..71fad36 --- /dev/null +++ b/pandeia-thirdparty/meta.yaml @@ -0,0 +1,60 @@ +about: + home: http://stsci.edu + license: BSD + summary: pandeia-thirdparty meta-package +build: + number: '0' +package: + name: pandeia-thirdparty + version: 1.1.4 +requirements: + build: + - d2to1 + - astropy >=1.1 + - pandokia + - yolk + - parsley + - sphinx_rtd_theme + - sphinxcontrib-programoutput + - threading2 ==0.2.1 + - ws4py + - ext_shmht + - traceback2 + - mechanize + - pysynphot + - ginga + - photutils + - fftw + - pyfftw + - selenium >=2.44.0 + - tornado ==3.2.2 + - mysql-python [linux] + - jupyter + - jupyter_client + - ipython-notebook + - python x.x + run: + - d2to1 + - astropy >=1.1 + - pandokia + - yolk + - parsley + - sphinx_rtd_theme + - sphinxcontrib-programoutput + - threading2 ==0.2.1 + - ws4py + - ext_shmht + - traceback2 + - mechanize + - pysynphot + - ginga + - photutils + - fftw + - pyfftw + - selenium >=2.44.0 + - tornado ==3.2.2 + - mysql-python [linux] + - jupyter + - jupyter_client + - ipython-notebook + - python x.x |