diff options
author | Matt Rendina <rendinam@users.noreply.github.com> | 2019-11-25 11:29:57 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-11-25 11:29:57 -0500 |
commit | 4f9e4de39c5e98f6b7a18717dabaca4ebc15bf5d (patch) | |
tree | db8e65746c33148dffdfb64ce3aa57228b7e4165 /webbpsf | |
parent | fbe586560f49d2ea062114d6ba103179608e6db0 (diff) | |
download | astroconda-contrib-4f9e4de39c5e98f6b7a18717dabaca4ebc15bf5d.tar.gz |
Add missing dependency to webbpsf
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 d551409..ccc2381 100644 --- a/webbpsf/meta.yaml +++ b/webbpsf/meta.yaml @@ -22,6 +22,7 @@ requirements: build: - astropy >=3.0.0 - numpy {{ numpy }} + - numpydoc - scipy >=1.0.0 - matplotlib >=2.0.0 - poppy >=0.9.0 @@ -35,6 +36,7 @@ requirements: run: - astropy >=3.0.0 - numpy + - numpydoc - scipy >=1.0.0 - matplotlib >=2.0.0 - poppy >=0.9.0 |