diff options
author | Joseph Hunkeler <jhunk@stsci.edu> | 2016-05-12 16:49:42 -0400 |
---|---|---|
committer | Joseph Hunkeler <jhunk@stsci.edu> | 2016-05-12 16:49:42 -0400 |
commit | 297c1be13dde46e95db332e914a539f1890295ed (patch) | |
tree | d44eba1788ed0151d28e15b32424dea1191c907e /jwst_pipeline | |
parent | 90bb04af4701a8e510e1c56ea7b584c954839e95 (diff) | |
download | astroconda-dev-297c1be13dde46e95db332e914a539f1890295ed.tar.gz |
Fix crds version mismatch
Diffstat (limited to 'jwst_pipeline')
-rw-r--r-- | jwst_pipeline/meta.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/jwst_pipeline/meta.yaml b/jwst_pipeline/meta.yaml index dbc6a55..505443a 100644 --- a/jwst_pipeline/meta.yaml +++ b/jwst_pipeline/meta.yaml @@ -34,7 +34,7 @@ requirements: run: - astropy >=1.1 - asdf ==v1.0.2.dev3 - - crds ==6.0.0.dev50 + - crds ==6.0.0.dev53 - cython ==0.24 - dask ==0.8.2 - drizzle ==v1.1.dev4 |