diff options
author | Joseph Hunkeler <jhunkeler@users.noreply.github.com> | 2018-07-11 09:30:57 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-07-11 09:30:57 -0400 |
commit | 5047c136746d7232efe97a5b86eb43ac11a24b09 (patch) | |
tree | 7c9e817080b3f12f19a283bfb71fe18b487c664a /drizzlepac | |
parent | b12abe9e63ba438895f758bf1d52c5bbfef196d1 (diff) | |
download | astroconda-dev-5047c136746d7232efe97a5b86eb43ac11a24b09.tar.gz |
drizzlepac: replace pyregion with stregion (#143)
Diffstat (limited to 'drizzlepac')
-rw-r--r-- | drizzlepac/meta.yaml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/drizzlepac/meta.yaml b/drizzlepac/meta.yaml index fb3e180..fa83ee5 100644 --- a/drizzlepac/meta.yaml +++ b/drizzlepac/meta.yaml @@ -38,7 +38,7 @@ requirements: - stsci.skypac - stsci.stimage - stwcs - - pyregion + - stregion - setuptools - numpy {{ numpy }} - python {{ python }} @@ -58,7 +58,7 @@ requirements: - stsci.skypac - stsci.stimage - stwcs - - pyregion + - stregion - setuptools - numpy - python |