diff options
author | Joseph Hunkeler <jhunk@stsci.edu> | 2016-05-06 23:07:47 -0400 |
---|---|---|
committer | Joseph Hunkeler <jhunk@stsci.edu> | 2016-05-06 23:07:47 -0400 |
commit | 5a80227d89c9a6b4a0f45febe4b382e49d9f5876 (patch) | |
tree | 4044a74fbf04b1868c4156bd1d603df11e5c60c5 | |
parent | 1d84dc1ef5d89cf43c4467317bf1bc22b05e9599 (diff) | |
download | astroconda-dev-5a80227d89c9a6b4a0f45febe4b382e49d9f5876.tar.gz |
Add dask 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 6133da6..0a2ccbe 100644 --- a/jwst_pipeline/meta.yaml +++ b/jwst_pipeline/meta.yaml @@ -21,6 +21,7 @@ requirements: - asdf - crds - cython + - dask - drizzle - drizzlepac - gwcs @@ -37,6 +38,7 @@ requirements: - asdf - crds - cython + - dask - drizzle - drizzlepac - gwcs |