summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatt Rendina <rendinam@users.noreply.github.com>2019-03-06 17:02:27 -0500
committerGitHub <noreply@github.com>2019-03-06 17:02:27 -0500
commitee11e29059933c8d53202ecd4cf8e4b9d85e6213 (patch)
treea116100f03b8ffe80179ee06435f5b2d06b7cf8c
parenta6e3b3d177cf5952c0de759e43c6d8e3328d3e76 (diff)
downloadastroconda-contrib-ee11e29059933c8d53202ecd4cf8e4b9d85e6213.tar.gz
acstools - add misisng dependency to allow build
-rw-r--r--acstools/meta.yaml2
1 files changed, 2 insertions, 0 deletions
diff --git a/acstools/meta.yaml b/acstools/meta.yaml
index b133c1e..5239bf7 100644
--- a/acstools/meta.yaml
+++ b/acstools/meta.yaml
@@ -15,12 +15,14 @@ package:
requirements:
build:
- astropy >=2
+ - beautifulsoup4
- stsci.tools
- numpy {{ numpy }}
- setuptools
- python {{ python }}
run:
- astropy >=2
+ - beautifulsoup4
- scikit-image
- stsci.tools
- matplotlib