diff options
author | Joshua Neuheisel <joshua@neuheisel.us> | 2022-02-09 09:38:47 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-02-09 09:38:47 -0500 |
commit | 7625ec4ed16b0970d81efb97a71dc06620c74e52 (patch) | |
tree | 8a9bee381c45876252e75ad794255f3568881f0f /pysiaf | |
parent | 380eb3ddd3a0757a5125fa05c29fb80c291c98da (diff) | |
parent | 785eaddfea2485c44d2d5f7d8e60300c259ad506 (diff) | |
download | astroconda-contrib-7625ec4ed16b0970d81efb97a71dc06620c74e52.tar.gz |
Merge pull request #751 from mfixstsci/update-pysiaf-0.14.0
Updating pysiaf to v0.14.0
Diffstat (limited to 'pysiaf')
-rw-r--r-- | pysiaf/meta.yaml | 31 |
1 files changed, 16 insertions, 15 deletions
diff --git a/pysiaf/meta.yaml b/pysiaf/meta.yaml index bf3bc8d..e96d1b5 100644 --- a/pysiaf/meta.yaml +++ b/pysiaf/meta.yaml @@ -1,5 +1,5 @@ {% set name = 'pysiaf' %} -{% set version = '0.11.0' %} +{% set version = '0.14.0' %} {% set tag = 'v' + version %} {% set number = '0' %} @@ -20,30 +20,31 @@ package: build: number: {{ number }} + requirements: build: - - astropy >=1.2 - - numpy >=1.13 - - matplotlib >=3.0.0 - - lxml >=3.6.4 - - scipy >=0.17 - - openpyxl >=2.6.0 + - astropy >=4.3.1 + - numpy >=1.21.2 + - matplotlib >=3.4.3 + - lxml >=4.6.4 + - scipy >=1.7.2 + - openpyxl >=3.0.9 - python {{ python }} - setuptools - numpydoc - - requests >=2.21.0 + - requests >=2.26.0 - PyQt >=5.0.0 - et_xmlfile run: - - astropy >=1.2 - - numpy >=1.9 - - matplotlib >=1.4.3 - - lxml >=3.6.4 - - scipy >=0.17 - - openpyxl >=2.6.0 + - astropy >=4.3.1 + - numpy >=1.21.2 + - matplotlib >=3.4.3 + - lxml >=4.6.4 + - scipy >=1.7.2 + - openpyxl >=3.0.9 - python {{ python }} - - requests >=2.21.0 + - requests >=2.26.0 - PyQt >=5.0.0 test: |