diff options
author | Joseph Hunkeler <jhunkeler@users.noreply.github.com> | 2018-11-26 22:12:16 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-11-26 22:12:16 -0500 |
commit | 27b2b8ca71be12670aa32adc7ff099ff8343280b (patch) | |
tree | 67c673710b0451a22b15c05fc6805a577feb0097 | |
parent | a7c2362afcf1fafe9165dd8d07dfcddc42aa5b79 (diff) | |
download | astroconda-dev-27b2b8ca71be12670aa32adc7ff099ff8343280b.tar.gz |
pysiaf: Add missing dependency (#171)
-rw-r--r-- | pysiaf/meta.yaml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/pysiaf/meta.yaml b/pysiaf/meta.yaml index 3c3f95d..15bdebe 100644 --- a/pysiaf/meta.yaml +++ b/pysiaf/meta.yaml @@ -25,6 +25,7 @@ requirements: build: - astropy >=1.2 - numpy >=1.9 + - numpydoc - matplotlib >=1.4.3 - lxml >=3.6.4 - scipy >=0.17 @@ -35,6 +36,7 @@ requirements: run: - astropy >=1.2 - numpy >=1.9 + - numpydoc - matplotlib >=1.4.3 - lxml >=3.6.4 - scipy >=0.17 |