diff options
| author | Joseph Curtin <jcurtin@stsci.edu> | 2020-02-13 10:29:05 -0500 | 
|---|---|---|
| committer | Joseph Curtin <jcurtin@stsci.edu> | 2020-02-13 10:29:05 -0500 | 
| commit | 5dfbdd91674497b9e1987e5ef0ef22de7b4b621e (patch) | |
| tree | 015337753ab6208716ec9b8b4dc1d3831975f024 /pandeia-thirdparty | |
| parent | c79866757265832fc6a2f5d1445a6212f7e0728d (diff) | |
| download | astroconda-etc-5dfbdd91674497b9e1987e5ef0ef22de7b4b621e.tar.gz | |
aleterd recipie to to install tornado
Diffstat (limited to 'pandeia-thirdparty')
| -rw-r--r-- | pandeia-thirdparty/meta.yaml | 13 | 
1 files changed, 9 insertions, 4 deletions
diff --git a/pandeia-thirdparty/meta.yaml b/pandeia-thirdparty/meta.yaml index 2fbf1f4..aa32f1b 100644 --- a/pandeia-thirdparty/meta.yaml +++ b/pandeia-thirdparty/meta.yaml @@ -1,12 +1,18 @@ -about: +package: +    name: pandeia-thirdparty      home: http://stsci.edu + +about:      license: BSD      summary: pandeia-thirdparty meta-package  build:      number: '0' -package: -    name: pandeia-thirdparty      version: 1.2.1 + +dependencies: +  - pip: +    - tornado==3.2.2 +  requirements:      build:      - d2to1 @@ -28,7 +34,6 @@ requirements:      - fftw      - pyfftw      - selenium >=2.44.0 -    - tornado ==3.2.2      - mysql-python [linux]      - jupyter      - jupyter_client  | 
