diff options
author | Mihai Cara <mcara@users.noreply.github.com> | 2018-06-29 14:54:48 -0400 |
---|---|---|
committer | Joseph Hunkeler <jhunkeler@users.noreply.github.com> | 2018-06-29 14:54:48 -0400 |
commit | 405390f7eff98a34ad55707d0cccdf4c2353a0b6 (patch) | |
tree | 86fa145609225dc0a5dfd6be7b76dca7ee772b00 | |
parent | a608b0819365981bf96c7538c2bfb01648d7ef7d (diff) | |
download | astroconda-contrib-405390f7eff98a34ad55707d0cccdf4c2353a0b6.tar.gz |
Switch drizzlepac to using stregion (#379)
* Switch drizzlepac to using stregion
See https://github.com/spacetelescope/drizzlepac/issues/163
* Change pyregion to stregion
-rw-r--r-- | drizzlepac/meta.yaml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/drizzlepac/meta.yaml b/drizzlepac/meta.yaml index 81a890b..31c2f50 100644 --- a/drizzlepac/meta.yaml +++ b/drizzlepac/meta.yaml @@ -1,5 +1,5 @@ {% set name = 'drizzlepac' %} -{% set version = '2.2.3' %} +{% set version = '2.2.4' %} {% set number = '0' %} about: @@ -37,7 +37,7 @@ requirements: - stsci.stimage - stsci.tools - stwcs - - pyregion + - stregion - python {{ python }} - setuptools run: @@ -56,7 +56,7 @@ requirements: - stsci.stimage - stsci.tools - stwcs - - pyregion + - stregion - setuptools - python |