diff options
Diffstat (limited to 'drizzlepac')
-rw-r--r-- | drizzlepac/meta.yaml | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/drizzlepac/meta.yaml b/drizzlepac/meta.yaml index 511b495..8250927 100644 --- a/drizzlepac/meta.yaml +++ b/drizzlepac/meta.yaml @@ -1,6 +1,6 @@ {% set name = 'drizzlepac' %} -{% set version = '2.1.6' %} -{% set number = '1' %} +{% set version = '2.1.20' %} +{% set number = '0' %} about: home: https://github.com/spacetelescope/{{ name }} @@ -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 |