diff options
| author | Joseph Hunkeler <jhunkeler@users.noreply.github.com> | 2018-08-08 22:59:08 -0400 | 
|---|---|---|
| committer | GitHub <noreply@github.com> | 2018-08-08 22:59:08 -0400 | 
| commit | a19762a9bd994e3acf070e9af13d261eebc86213 (patch) | |
| tree | aba4b5fba5c03e43d3ae1e5091bb12138912447e | |
| parent | b3ce5bb5cfd4a7a3177259fa729b6c19e3e496ef (diff) | |
| download | astroconda-dev-a19762a9bd994e3acf070e9af13d261eebc86213.tar.gz | |
webbpsf: add missing pysiaf requirement (#152)
| -rw-r--r-- | webbpsf/meta.yaml | 2 | 
1 files changed, 2 insertions, 0 deletions
diff --git a/webbpsf/meta.yaml b/webbpsf/meta.yaml index 8d5ad3f..682dd8e 100644 --- a/webbpsf/meta.yaml +++ b/webbpsf/meta.yaml @@ -31,6 +31,7 @@ requirements:      - scipy      - matplotlib      - poppy +    - pysiaf      - jwxml      - six [py27]      - webbpsf-data >=0.4.1 @@ -45,6 +46,7 @@ requirements:      - matplotlib      - jwxml      - poppy +    - pysiaf      - six [py27]      - webbpsf-data >=0.4.1      - setuptools  | 
