[REVIEW] Add backward compatibility for dask-cudf to work with other versions of dask#8368
Conversation
kkraus14
left a comment
There was a problem hiding this comment.
@galipremsagar can you bump the allowed dask package in the conda recipes / setup.py / requirements.txt files?
|
Ah I have those changes in PR ( #8363 ) |
I think that just bumps the required version whereas this PR allows the older version to continue working. Going to close it in favor of this PR. |
|
I think this needs to be updated as well: https://github.com/rapidsai/cudf/blob/branch-21.06/conda/recipes/custreamz/meta.yaml#L34-L35 |
|
@gpucibot merge |
Codecov Report
@@ Coverage Diff @@
## branch-21.06 #8368 +/- ##
===============================================
Coverage ? 82.87%
===============================================
Files ? 105
Lines ? 17883
Branches ? 0
===============================================
Hits ? 14821
Misses ? 3062
Partials ? 0 Continue to review full report at Codecov.
|
|
Thanks all! 😄 |
The current
dask-cudfincludes latest changes that work with latestdaskchanges. But when an existing release version ofdaskis used withdask-cudfit will fail to import some of the dispatches needed formake_meta&make_meta_util.. This PR will handle those import errors and have a fallback in place.