diff options
author | Matt Rendina <rendinam@users.noreply.github.com> | 2019-03-06 17:02:27 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-03-06 17:02:27 -0500 |
commit | ee11e29059933c8d53202ecd4cf8e4b9d85e6213 (patch) | |
tree | a116100f03b8ffe80179ee06435f5b2d06b7cf8c /acstools | |
parent | a6e3b3d177cf5952c0de759e43c6d8e3328d3e76 (diff) | |
download | astroconda-contrib-ee11e29059933c8d53202ecd4cf8e4b9d85e6213.tar.gz |
acstools - add misisng dependency to allow build
Diffstat (limited to 'acstools')
-rw-r--r-- | acstools/meta.yaml | 2 |
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 |