diff options
| author | Joseph Hunkeler <jhunkeler@users.noreply.github.com> | 2018-01-06 14:54:38 -0500 | 
|---|---|---|
| committer | GitHub <noreply@github.com> | 2018-01-06 14:54:38 -0500 | 
| commit | 8cebc14e241cb1e24b9e5dbf29530ee98d954a24 (patch) | |
| tree | d72c91a33f04b492af02d1db88381837c3e56d3e /stwcs | |
| parent | 30a444daf7aeda00555a10ab8a2f4d3b139f1e3a (diff) | |
| download | astroconda-dev-8cebc14e241cb1e24b9e5dbf29530ee98d954a24.tar.gz | |
stwcs: Add missing lxml dependency (#77)
Diffstat (limited to 'stwcs')
| -rw-r--r-- | stwcs/meta.yaml | 2 | 
1 files changed, 2 insertions, 0 deletions
| diff --git a/stwcs/meta.yaml b/stwcs/meta.yaml index 4fb72a8..d03783b 100644 --- a/stwcs/meta.yaml +++ b/stwcs/meta.yaml @@ -20,12 +20,14 @@ package:  requirements:      build:      - astropy >=1.1 +    - lxml      - stsci.tools      - setuptools      - numpy {{ numpy }}      - python {{ python }}      run:      - astropy >=1.1 +    - lxml      - stsci.tools      - numpy      - python | 
