diff options
author | Joseph Hunkeler <jhunkeler@users.noreply.github.com> | 2017-03-23 15:42:13 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-03-23 15:42:13 -0400 |
commit | 0ef8498eadee9671a7f9828cdf568ddb9a744eff (patch) | |
tree | 17093fd10f652d1060b30e4517452caf58833e8c /drizzlepac | |
parent | 5af702cf06902e5fa083968b08cdff2284ff54d6 (diff) | |
download | astroconda-contrib-0ef8498eadee9671a7f9828cdf568ddb9a744eff.tar.gz |
Update drizzlepac -> 2.1.10 (#190)
Diffstat (limited to 'drizzlepac')
-rw-r--r-- | drizzlepac/meta.yaml | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/drizzlepac/meta.yaml b/drizzlepac/meta.yaml index 4f0fe15..a6f1dae 100644 --- a/drizzlepac/meta.yaml +++ b/drizzlepac/meta.yaml @@ -1,5 +1,5 @@ {% set name = 'drizzlepac' %} -{% set version = '2.1.9' %} +{% set version = '2.1.10' %} {% set number = '0' %} about: @@ -30,6 +30,7 @@ requirements: - stsci.skypac - stsci.sphere - stsci.stimage + - stsci.tools - stwcs - pyregion - python x.x @@ -48,6 +49,7 @@ requirements: - stsci.skypac - stsci.sphere - stsci.stimage + - stsci.tools - stwcs - pyregion - setuptools |