diff options
Diffstat (limited to 'pysiaf')
| -rw-r--r-- | pysiaf/meta.yaml | 10 | 
1 files changed, 6 insertions, 4 deletions
| diff --git a/pysiaf/meta.yaml b/pysiaf/meta.yaml index 505d15c..b64e8d3 100644 --- a/pysiaf/meta.yaml +++ b/pysiaf/meta.yaml @@ -1,6 +1,6 @@  {% set name = 'pysiaf' %} -{% set version = '0.5.0' %} -{% set tag = version %} +{% set version = '0.6.1' %} +{% set tag = 'v' + version %}  {% set number = '0' %}  about: @@ -27,10 +27,11 @@ requirements:      - matplotlib >=1.4.3      - lxml >=3.6.4      - scipy >=0.17 -    - openpyxl >=2.4 +    - openpyxl ==2.5.0      - python {{ python }}      - setuptools      - numpydoc +    - requests >=2.21.0      run:      - astropy >=1.2 @@ -38,8 +39,9 @@ requirements:      - matplotlib >=1.4.3      - lxml >=3.6.4      - scipy >=0.17 -    - openpyxl >=2.4 +    - openpyxl ==2.5.0      - python {{ python }} +    - requests >=2.21.0  test:      imports: | 
