diff options
author | Johannes Sahlmann <Johannes-Sahlmann@users.noreply.github.com> | 2019-08-08 14:41:47 -0400 |
---|---|---|
committer | Matt Rendina <rendinam@users.noreply.github.com> | 2019-08-08 14:41:47 -0400 |
commit | 5bec4bf12bb056c540402ff6ea4554d17feacaeb (patch) | |
tree | a455788a9d1d48898d1eacc77c3533696a0e2e2f /pysiaf | |
parent | f1db3c5293cbb475da1068539026f495c4bb9f9e (diff) | |
download | astroconda-contrib-5bec4bf12bb056c540402ff6ea4554d17feacaeb.tar.gz |
Update pysiaf 0.1.8 -> 0.4.0 (#537)
Diffstat (limited to 'pysiaf')
-rw-r--r-- | pysiaf/meta.yaml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/pysiaf/meta.yaml b/pysiaf/meta.yaml index 588d833..a50fc39 100644 --- a/pysiaf/meta.yaml +++ b/pysiaf/meta.yaml @@ -1,5 +1,5 @@ {% set name = 'pysiaf' %} -{% set version = '0.1.8' %} +{% set version = '0.4.0' %} {% set tag = version %} {% set number = '0' %} @@ -30,6 +30,7 @@ requirements: - openpyxl >=2.4 - python {{ python }} - setuptools + - numpydoc run: - astropy >=1.2 |