-
Notifications
You must be signed in to change notification settings - Fork 915
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[REVIEW] Remove max version pin for dask
& distributed
on development branch
#8881
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
So is the net change between this and #8859 just to make sure that __cuda_array_interface__
tests don't fail on older dask versions?
We are just pinning the Dask + Distributed versions in the release. So new versions of Dask + Distributed don't accidentally break past releases |
…303) This PR will remove max version pinning for dask & distributed for development purposes. ref: rapidsai/cudf#8881 Authors: - GALI PREM SAGAR (https://github.com/galipremsagar) Approvers: - AJ Schmidt (https://github.com/ajschmidt8) - https://github.com/jakirkham URL: #303
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Got it, thanks. LGTM
Actually quick follow up, do we need to remove the pin that was added in that cuda array interface test, then? |
is this the pytorch one? If yes, then no. That's needed as we don't test in CI with pytorch, but a very old version of torch is being shipped in containers somehow. |
Codecov Report
@@ Coverage Diff @@
## branch-21.10 #8881 +/- ##
================================================
- Coverage 10.67% 10.59% -0.09%
================================================
Files 110 116 +6
Lines 18271 19037 +766
================================================
+ Hits 1951 2017 +66
- Misses 16320 17020 +700
Continue to review full report at Codecov.
|
@gpucibot merge |
…ch (#4118) This PR will remove max version pinning for dask & distributed for development purposes. ref: rapidsai/cudf#8881 Authors: - GALI PREM SAGAR (https://github.com/galipremsagar) Approvers: - AJ Schmidt (https://github.com/ajschmidt8) - https://github.com/jakirkham URL: #4118
…ch (#693) This PR will remove max version pinning for dask & distributed for development purposes. ref: rapidsai/cudf#8881 Authors: - GALI PREM SAGAR (https://github.com/galipremsagar) Approvers: - AJ Schmidt (https://github.com/ajschmidt8) - https://github.com/jakirkham URL: #693
…ch (rapidsai#4118) This PR will remove max version pinning for dask & distributed for development purposes. ref: rapidsai/cudf#8881 Authors: - GALI PREM SAGAR (https://github.com/galipremsagar) Approvers: - AJ Schmidt (https://github.com/ajschmidt8) - https://github.com/jakirkham URL: rapidsai#4118
This PR will remove max version pinning for
dask
&distributed
for development purposes.