summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatt Rendina <rendinam@users.noreply.github.com>2019-11-25 11:29:57 -0500
committerGitHub <noreply@github.com>2019-11-25 11:29:57 -0500
commit4f9e4de39c5e98f6b7a18717dabaca4ebc15bf5d (patch)
treedb8e65746c33148dffdfb64ce3aa57228b7e4165
parentfbe586560f49d2ea062114d6ba103179608e6db0 (diff)
downloadastroconda-contrib-4f9e4de39c5e98f6b7a18717dabaca4ebc15bf5d.tar.gz
Add missing dependency to webbpsf
-rw-r--r--webbpsf/meta.yaml2
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