diff options
| -rw-r--r-- | specutils/meta.yaml | 16 | 
1 files changed, 11 insertions, 5 deletions
| diff --git a/specutils/meta.yaml b/specutils/meta.yaml index 5922bc0..37c5afd 100644 --- a/specutils/meta.yaml +++ b/specutils/meta.yaml @@ -1,7 +1,7 @@  {% set name = 'specutils' %} -{% set version = '0.2.2' %} +{% set version = '0.5.1' %}  {% set tag = 'v' + version %} -{% set number = '2' %} +{% set number = '0' %}  about:      home: https://github.com/astropy/specutils @@ -14,6 +14,7 @@ package:  build:      number: {{ number }} +    skip: true # [py27]  source:      git_tag: {{ tag }} @@ -22,22 +23,27 @@ source:  requirements:      build:      - astropy -    - cython      - scipy +    - gwcs +    - six      - setuptools      - numpy {{ numpy }}      - python {{ python }}      run:      - astropy      - scipy +    - gwcs +    - six      - numpy      - python  test:      imports:      - specutils +    - specutils.analysis +    - specutils.fitting      - specutils.io -    - specutils.models +    - specutils.manipulation +    - specutils.spectra      - specutils.utils      - specutils.wcs - | 
