From ee11e29059933c8d53202ecd4cf8e4b9d85e6213 Mon Sep 17 00:00:00 2001 From: Matt Rendina Date: Wed, 6 Mar 2019 17:02:27 -0500 Subject: acstools - add misisng dependency to allow build --- acstools/meta.yaml | 2 ++ 1 file changed, 2 insertions(+) (limited to 'acstools') 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 -- cgit