-
Notifications
You must be signed in to change notification settings - Fork 917
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] Pin max dask
& distributed
versions
#9734
Conversation
Co-authored-by: Bradley Dice <[email protected]>
conda/recipes/dask-cudf/meta.yaml
Outdated
- cudatoolkit {{ cuda_version }} | ||
run: | ||
- python | ||
- cudf {{ version }} | ||
- dask>=2021.09.1 | ||
- dask>=2021.09.1,<=2021.11.2 | ||
- distributed>=2021.09.1 |
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.
- distributed>=2021.09.1 | |
- distributed>=2021.09.1,<=2021.11.2 |
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.
Per discussion offline suggesting we constrain dask
& distributed
with >=2021.11.1,<=2021.11.2
Co-authored-by: jakirkham <[email protected]>
Codecov Report
@@ Coverage Diff @@
## branch-21.12 #9734 +/- ##
=============================================
Coverage 10.61% 10.61%
=============================================
Files 118 118
Lines 20075 20072 -3
=============================================
Hits 2130 2130
+ Misses 17945 17942 -3
Continue to review full report at Codecov.
|
Changes to be in-line with: rapidsai/cudf#9734 Authors: - GALI PREM SAGAR (https://github.com/galipremsagar) Approvers: - Dante Gama Dessavre (https://github.com/dantegd) - AJ Schmidt (https://github.com/ajschmidt8) URL: #4390
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.
LGTM, thanks @galipremsagar !
Changes to be in-line with: rapidsai/cudf#9734 Authors: - GALI PREM SAGAR (https://github.com/galipremsagar) Approvers: - Brad Rees (https://github.com/BradReesWork) - Jordan Jacobelli (https://github.com/Ethyling) URL: #1958
Changes to be in-line with rapidsai/cudf#9734 Authors: - GALI PREM SAGAR (https://github.com/galipremsagar) Approvers: - Peter Andreas Entschev (https://github.com/pentschev) - AJ Schmidt (https://github.com/ajschmidt8) URL: #794
Changes to be in-line with: rapidsai/cudf#9734 Authors: - GALI PREM SAGAR (https://github.com/galipremsagar) Approvers: - AJ Schmidt (https://github.com/ajschmidt8) URL: #388
Changes to be in-line with: rapidsai/cudf#9734 Authors: - GALI PREM SAGAR (https://github.com/galipremsagar) Approvers: - Dante Gama Dessavre (https://github.com/dantegd) - AJ Schmidt (https://github.com/ajschmidt8) URL: rapidsai#4390
This PR introduces max version pinnings for dask & distributed to 2021.11.2