diff options
| author | P. L. Lim <2090236+pllim@users.noreply.github.com> | 2019-03-06 15:10:52 -0500 | 
|---|---|---|
| committer | Matt Rendina <rendinam@users.noreply.github.com> | 2019-03-06 15:10:52 -0500 | 
| commit | a6e3b3d177cf5952c0de759e43c6d8e3328d3e76 (patch) | |
| tree | fb0bbdd05246cfadc25af410d17b7a51fbeb5a56 /acstools | |
| parent | 05de42054a14fb4123c1368ee2907863786a6b25 (diff) | |
| download | astroconda-contrib-a6e3b3d177cf5952c0de759e43c6d8e3328d3e76.tar.gz | |
Bump acstools to 3.0.0 (#477)
Diffstat (limited to 'acstools')
| -rw-r--r-- | acstools/meta.yaml | 7 | 
1 files changed, 4 insertions, 3 deletions
| diff --git a/acstools/meta.yaml b/acstools/meta.yaml index a3f215e..b133c1e 100644 --- a/acstools/meta.yaml +++ b/acstools/meta.yaml @@ -1,5 +1,5 @@  {% set name = 'acstools' %} -{% set version = '2.1.0' %} +{% set version = '3.0.0' %}  {% set number = '0' %}  about: @@ -8,18 +8,19 @@ about:      summary: Python tools for analyzing ACS data  build:      number: {{ number }} +    skip: true  # [py2k]     package:      name: {{ name }}      version: {{ version }}  requirements:      build: -    - astropy >=1.1 +    - astropy >=2      - stsci.tools      - numpy {{ numpy }}      - setuptools      - python {{ python }}      run: -    - astropy >=1.1 +    - astropy >=2      - scikit-image      - stsci.tools      - matplotlib | 
