diff options
Diffstat (limited to 'specutils')
| -rw-r--r-- | specutils/meta.yaml | 11 | 
1 files changed, 7 insertions, 4 deletions
| diff --git a/specutils/meta.yaml b/specutils/meta.yaml index 0cded55..5ea8648 100644 --- a/specutils/meta.yaml +++ b/specutils/meta.yaml @@ -1,7 +1,10 @@  {% set name = 'specutils' %}  {% set version = '0.2.2' %} +{% if version[0] == 'v' %} +{%   set version = version[1:] %} +{% endif %}  {% set tag = 'v' + version %} -{% set number = '1' %} +{% set number = '2' %}  about:      home: https://github.com/astropy/specutils @@ -25,13 +28,13 @@ requirements:      - cython      - scipy      - setuptools -    - numpy -    - python x.x +    - numpy {{ numpy }} +    - python {{ python }}      run:      - astropy      - scipy      - numpy -    - python x.x +    - python  test:      imports: | 
