diff options
author | Joseph Hunkeler <jhunk@stsci.edu> | 2016-05-06 18:43:35 -0400 |
---|---|---|
committer | Joseph Hunkeler <jhunk@stsci.edu> | 2016-05-06 18:43:35 -0400 |
commit | 1d84dc1ef5d89cf43c4467317bf1bc22b05e9599 (patch) | |
tree | 76b5806cc3cb1b12d6b93260a642db3851b6ea23 /jwst_pipeline | |
parent | 832a5474a9467768a9227b24fedbd2d8004c797d (diff) | |
download | astroconda-dev-1d84dc1ef5d89cf43c4467317bf1bc22b05e9599.tar.gz |
Add drizzle dependency to jwst_pipeline
Diffstat (limited to 'jwst_pipeline')
-rw-r--r-- | jwst_pipeline/meta.yaml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/jwst_pipeline/meta.yaml b/jwst_pipeline/meta.yaml index 7a29c3b..6133da6 100644 --- a/jwst_pipeline/meta.yaml +++ b/jwst_pipeline/meta.yaml @@ -21,6 +21,7 @@ requirements: - asdf - crds - cython + - drizzle - drizzlepac - gwcs - jwst_lib @@ -36,6 +37,7 @@ requirements: - asdf - crds - cython + - drizzle - drizzlepac - gwcs - jwst_lib |