diff options
author | Shannon Osborne <sosborne@stsci.edu> | 2019-10-24 14:34:03 -0400 |
---|---|---|
committer | Matt Rendina <rendinam@users.noreply.github.com> | 2019-10-24 14:34:03 -0400 |
commit | 5a4c4dbf8a275b9346b5c05322d37d0675883aa8 (patch) | |
tree | 9fa459207b375084f8ad26724d242a954cec6b84 /pysiaf | |
parent | a37a3cb9bd3bad7f136b70d178333d878ec71ebe (diff) | |
download | astroconda-contrib-5a4c4dbf8a275b9346b5c05322d37d0675883aa8.tar.gz |
Update pysiaf to v0.6.1 (#571)
* Update pysiaf to v0.6.1
* Normalize version value appearing in pysiaf package
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: |