diff options
author | Joseph Hunkeler <jhunkeler@users.noreply.github.com> | 2017-01-05 16:15:13 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-01-05 16:15:13 -0500 |
commit | 67669b36d7c9db9d110eeb71b3de50e458858a16 (patch) | |
tree | d82d4d10a56edce406c9baf6d2003e05092de0fd /webbpsf | |
parent | ce423bc7764080f1e1172fee7088740549ef6e70 (diff) | |
download | astroconda-dev-67669b36d7c9db9d110eeb71b3de50e458858a16.tar.gz |
Add missing jwxml dependency
Diffstat (limited to 'webbpsf')
-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 8f15ca2..9756e2b 100644 --- a/webbpsf/meta.yaml +++ b/webbpsf/meta.yaml @@ -27,6 +27,7 @@ requirements: - scipy - matplotlib - poppy + - jwxml - six [py27] - webbpsf-data >=0.4.1 - setuptools @@ -37,6 +38,7 @@ requirements: - numpy x.x - scipy - matplotlib + - jwxml - poppy - six [py27] - webbpsf-data >=0.4.1 |