summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatt Rendina <rendinam@users.noreply.github.com>2019-03-15 13:54:43 -0400
committerGitHub <noreply@github.com>2019-03-15 13:54:43 -0400
commitba1715f7bf6bd7cf9cbcbe4dae8dcedba48bd529 (patch)
tree2e7a30c1b8ea77e59eb1f7ef614e6b5cd0363658
parent282eb8f6e2a61328bdc8d0cf90b1f54b0129bd41 (diff)
downloadastroconda-contrib-ba1715f7bf6bd7cf9cbcbe4dae8dcedba48bd529.tar.gz
Add missing dependencies to stistools
-rw-r--r--stistools/meta.yaml3
1 files changed, 3 insertions, 0 deletions
diff --git a/stistools/meta.yaml b/stistools/meta.yaml
index aeefbdc..8e3e46e 100644
--- a/stistools/meta.yaml
+++ b/stistools/meta.yaml
@@ -21,6 +21,9 @@ requirements:
- scipy
- stsci.distutils
- stsci.tools
+ - stsci_rtd_theme
+ - sphinx_rtd_theme
+ - numpydoc
- setuptools
- numpy {{ numpy }}
- python {{ python }}