diff options
author | Matt Rendina <rendinam@users.noreply.github.com> | 2019-11-22 11:49:54 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-11-22 11:49:54 -0500 |
commit | 238da471c75441f3068822ae52a3831b5ccf2581 (patch) | |
tree | 3b83252d0c77b9833dbd995d8b483382ea92fc65 | |
parent | f558d2ea3e101c1c73d6b4cb8410cf5acaa14a1b (diff) | |
download | astroconda-contrib-238da471c75441f3068822ae52a3831b5ccf2581.tar.gz |
drizzlepac -> 3.1.3 (#579)
-rw-r--r-- | drizzlepac/meta.yaml | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/drizzlepac/meta.yaml b/drizzlepac/meta.yaml index 077574c..2d0ec74 100644 --- a/drizzlepac/meta.yaml +++ b/drizzlepac/meta.yaml @@ -1,5 +1,5 @@ {% set name = 'drizzlepac' %} -{% set version = '3.0.2' %} +{% set version = '3.1.3' %} {% set number = '0' %} about: @@ -37,7 +37,6 @@ requirements: - pysynphot - tweakwcs - numpy {{ numpy }} - #- numpy - python {{ python }} run: - acstools |