summaryrefslogtreecommitdiff
path: root/acstools/meta.yaml
diff options
context:
space:
mode:
authorJoseph Hunkeler <jhunkeler@gmail.com>2019-05-10 12:38:28 -0400
committerJoseph Hunkeler <jhunkeler@gmail.com>2019-05-10 12:38:28 -0400
commitefe662ca7d03d4a6b98f95c7209e899bd87bbf8d (patch)
treee66c0181ae8ff628657dbe5ba655a21871ec2baa /acstools/meta.yaml
parent3891b3da15bbff3f12d6fe08eb92b54e775714a5 (diff)
downloadastroconda-dev-efe662ca7d03d4a6b98f95c7209e899bd87bbf8d.tar.gz
acstools: fix requirements
Diffstat (limited to 'acstools/meta.yaml')
-rw-r--r--acstools/meta.yaml4
1 files changed, 3 insertions, 1 deletions
diff --git a/acstools/meta.yaml b/acstools/meta.yaml
index 1d7ddeb..0fe1d52 100644
--- a/acstools/meta.yaml
+++ b/acstools/meta.yaml
@@ -3,7 +3,7 @@
{% if version[0] == 'v' %}
{% set version = version[1:] %}
{% endif %}
-{% set number = '3' %}
+{% set number = '4' %}
about:
home: https://github.com/spacetelescope/{{ name }}
@@ -20,11 +20,13 @@ package:
requirements:
build:
- astropy >=1.1
+ - beautifulsoup4
- numpy {{ numpy }}
- python {{ python }}
run:
- astropy >=1.1
+ - beautifulsoup4
- scikit-image
- stsci.tools
- matplotlib