-
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] Pin dask
and distributed
for release
#12695
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.
Version changes look good.
conda/recipes/dask-cudf/run_test.sh
Outdated
@@ -18,11 +18,11 @@ if [ "${ARCH}" = "aarch64" ]; then | |||
fi | |||
|
|||
# Install the latest version of dask and distributed | |||
logger "pip install git+https://github.com/dask/distributed.git@main --upgrade --no-deps" | |||
pip install "git+https://github.com/dask/distributed.git@main" --upgrade --no-deps | |||
logger "pip install git+https://github.com/dask/[email protected] --upgrade --no-deps" |
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.
Should we update this file to use centralized bash logic that is more like the CI scripts?
# Dask & Distributed option to install main(nightly) or `conda-forge` packages.
export INSTALL_DASK_MAIN=0
# Dask version to install when `INSTALL_DASK_MAIN=0`
export DASK_STABLE_VERSION="2023.1.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.
+1 on this.
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.
Yup, made the change 👍
@@ -35,7 +35,7 @@ export CONDA_BLD_DIR="$WORKSPACE/.conda-bld" | |||
|
|||
# Whether to keep `dask/label/dev` channel in the env. If INSTALL_DASK_MAIN=0, | |||
# `dask/label/dev` channel is removed. | |||
export INSTALL_DASK_MAIN=1 | |||
export INSTALL_DASK_MAIN=0 |
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.
FYI This file isn't being used anymore -- we just haven't had a chance to delete the gpuCI job scripts yet, since the GitHub Actions transition. I'm still fine with making changes here, but we won't have to do that anymore once the old scripts are deleted.
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.
Cool, thanks for the update 👍
Codecov ReportBase: 85.82% // Head: 85.82% // Decreases project coverage by
Additional details and impacted files@@ Coverage Diff @@
## branch-23.02 #12695 +/- ##
================================================
- Coverage 85.82% 85.82% -0.01%
================================================
Files 158 158
Lines 25184 25184
================================================
- Hits 21615 21614 -1
- Misses 3569 3570 +1
Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. ☔ View full report at Codecov. |
This PR pins `dask` and `distributed` to `2023.1.1` for `23.02` release. xref: rapidsai/cudf#12695 Authors: - GALI PREM SAGAR (https://github.com/galipremsagar) Approvers: - Mark Sadang (https://github.com/msadang) - Dante Gama Dessavre (https://github.com/dantegd) URL: #5198
This PR pins `dask` and `distributed` to `2023.1.1` for `23.02` release. xref: rapidsai/cudf#12695 Authors: - GALI PREM SAGAR (https://github.com/galipremsagar) - Corey J. Nolet (https://github.com/cjnolet) Approvers: - Mark Sadang (https://github.com/msadang) - Corey J. Nolet (https://github.com/cjnolet) URL: #1242
This PR pins `dask` and `distributed` to `2023.1.1` for `23.02` release. xref: rapidsai/cudf#12695 Authors: - GALI PREM SAGAR (https://github.com/galipremsagar) Approvers: - Mark Sadang (https://github.com/msadang) - Peter Andreas Entschev (https://github.com/pentschev) URL: #1106
conda/recipes/dask-cudf/run_test.sh
Outdated
@@ -18,11 +18,11 @@ if [ "${ARCH}" = "aarch64" ]; then | |||
fi | |||
|
|||
# Install the latest version of dask and distributed | |||
logger "pip install git+https://github.com/dask/distributed.git@main --upgrade --no-deps" | |||
pip install "git+https://github.com/dask/distributed.git@main" --upgrade --no-deps | |||
logger "pip install git+https://github.com/dask/[email protected] --upgrade --no-deps" |
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.
+1 on this.
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.
I've left a minor suggestion, but feel free to ignore. Otherwise LGTM, thanks so much @galipremsagar !
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.
New changes LGTM, thanks @galipremsagar !
This PR pins `dask` and `distributed` to `2023.1.1` for `23.02` release. xref: rapidsai/cudf#12695 Authors: - GALI PREM SAGAR (https://github.com/galipremsagar) Approvers: - Brad Rees (https://github.com/BradReesWork) - Jordan Jacobelli (https://github.com/Ethyling)
This PR pins `dask` and `distributed` to `2023.1.1` for `23.02` release. xref: rapidsai/cudf#12695 Authors: - GALI PREM SAGAR (https://github.com/galipremsagar) Approvers: - Mark Sadang (https://github.com/msadang) - Dante Gama Dessavre (https://github.com/dantegd) URL: rapidsai#5198
Description
This PR pins
dask
anddistributed
to2023.1.1
for23.02
release.Checklist