diff options
| author | Matt Rendina <rendinam@users.noreply.github.com> | 2018-01-26 08:22:00 -0500 | 
|---|---|---|
| committer | GitHub <noreply@github.com> | 2018-01-26 08:22:00 -0500 | 
| commit | 48351417b44c3c3d72ebf0cf5762fe41a5c64024 (patch) | |
| tree | 8820f562f215cfef9774c4894103b7e4a0bf06e4 /acstools | |
| parent | c02960b40b2ac01d2a78519f5b5d85da9390c30c (diff) | |
| parent | 6c0c6b64683eedd1d33c9a712afb1ebcd5591aef (diff) | |
| download | astroconda-dev-48351417b44c3c3d72ebf0cf5762fe41a5c64024.tar.gz | |
Merge pull request #96 from jhunkeler/acstools-optdep
Optional dependencies are no longer optional. Do not revert.
Diffstat (limited to 'acstools')
| -rw-r--r-- | acstools/meta.yaml | 5 | 
1 files changed, 4 insertions, 1 deletions
| diff --git a/acstools/meta.yaml b/acstools/meta.yaml index 47b8bb2..1d7ddeb 100644 --- a/acstools/meta.yaml +++ b/acstools/meta.yaml @@ -3,7 +3,7 @@  {% if version[0] == 'v' %}  {%   set version = version[1:] %}  {% endif %} -{% set number = '2' %} +{% set number = '3' %}  about:      home: https://github.com/spacetelescope/{{ name }} @@ -25,6 +25,9 @@ requirements:      run:      - astropy >=1.1 +    - scikit-image +    - stsci.tools +    - matplotlib      - numpy      - python | 
