diff options
author | Shannon Osborne <sosborne@stsci.edu> | 2019-12-13 12:07:03 -0500 |
---|---|---|
committer | Matt Rendina <rendinam@users.noreply.github.com> | 2019-12-13 12:07:02 -0500 |
commit | ccc66d425b71ee8fab278debb4f65f416f075c38 (patch) | |
tree | 7f9119016e1ce7b8db63b818298c046dcef177c7 /pysiaf | |
parent | abf16253074d5ae27a9574c63f4e211f5b9a48c7 (diff) | |
download | astroconda-contrib-ccc66d425b71ee8fab278debb4f65f416f075c38.tar.gz |
update package version + dependencies (#585)
Diffstat (limited to 'pysiaf')
-rw-r--r-- | pysiaf/meta.yaml | 14 |
1 files changed, 8 insertions, 6 deletions
diff --git a/pysiaf/meta.yaml b/pysiaf/meta.yaml index d01c91b..f18c066 100644 --- a/pysiaf/meta.yaml +++ b/pysiaf/meta.yaml @@ -1,12 +1,12 @@ {% set name = 'pysiaf' %} -{% set version = '0.6.2' %} +{% set version = '0.6.3' %} {% set tag = 'v' + version %} {% set number = '0' %} about: home: https://github.com/spacetelescope/{{ name }} license: BSD - summary: + summary: Handling of Science Instrument Aperture Files (SIAF) for space telescopes source: @@ -19,7 +19,7 @@ package: build: number: {{ number }} - + requirements: build: - astropy >=1.2 @@ -27,21 +27,23 @@ requirements: - matplotlib >=1.4.3 - lxml >=3.6.4 - scipy >=0.17 - - openpyxl >=2.5.0 + - openpyxl >=2.6.0 - python {{ python }} - setuptools - numpydoc - requests >=2.21.0 - + - PyQt >=5.0.0 + run: - astropy >=1.2 - numpy >=1.9 - matplotlib >=1.4.3 - lxml >=3.6.4 - scipy >=0.17 - - openpyxl >=2.5.0 + - openpyxl >=2.6.0 - python {{ python }} - requests >=2.21.0 + - PyQt >=5.0.0 test: imports: |