diff options
author | Shannon Osborne <sosborne@stsci.edu> | 2020-02-03 21:24:52 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-02-03 21:24:52 -0500 |
commit | 320a48404cf73698eb8a0cc7ebaf3e7e495f7c1c (patch) | |
tree | 7dbc4a556f6da6fba4a1a6c2d50430fb01bef8ba /pysiaf | |
parent | 3c80ada9ff93b56a4c3d62fb69fa668440240c74 (diff) | |
download | astroconda-contrib-320a48404cf73698eb8a0cc7ebaf3e7e495f7c1c.tar.gz |
pysiaf update version + dependencies (#603)
Diffstat (limited to 'pysiaf')
-rw-r--r-- | pysiaf/meta.yaml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/pysiaf/meta.yaml b/pysiaf/meta.yaml index f18c066..ba71214 100644 --- a/pysiaf/meta.yaml +++ b/pysiaf/meta.yaml @@ -1,5 +1,5 @@ {% set name = 'pysiaf' %} -{% set version = '0.6.3' %} +{% set version = '0.7.1' %} {% set tag = 'v' + version %} {% set number = '0' %} @@ -23,8 +23,8 @@ build: requirements: build: - astropy >=1.2 - - numpy >=1.9 - - matplotlib >=1.4.3 + - numpy >=1.13 + - matplotlib >=3.0.0 - lxml >=3.6.4 - scipy >=0.17 - openpyxl >=2.6.0 |