Skip to content
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

Pin Distributed to last working version #17

Merged
merged 1 commit into from Jan 11, 2024

Conversation

jakirkham
Copy link
Member

To workaround issue ( dask/distributed#8454 ), pin Distributed to a version before PR ( dask/distributed#8443 ) was included

@jakirkham jakirkham requested a review from vyasr as a code owner January 11, 2024 21:48
@@ -13,7 +13,7 @@ version = "24.02.00a0"
description = "Dask and Distributed version pinning for RAPIDS"
dependencies = [
"dask @ git+https://github.com/dask/dask.git@main",
"distributed @ git+https://github.com/dask/distributed.git@main",
"distributed @ git+https://github.com/dask/distributed.git@7562f9c566978de4f3f5b73920a24ea1813d6e28",
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Technically I think we could go one commit later (964abea0fee437463585ffdfa5a8862ec7431f18) but since this is just a temporary workaround pinning I'm fine merging this as is.

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yeah there wasn't a Conda package for that commit and thought it was better to pick one where both Conda & Pip used the same "version" to avoid potential discrepancies between the two

@vyasr vyasr merged commit 4a2dd6f into rapidsai:branch-24.02 Jan 11, 2024
5 checks passed
@jakirkham jakirkham deleted the pin_distributed branch January 11, 2024 22:28
@jakirkham
Copy link
Member Author

Thanks Vyas! 🙏

vyasr added a commit to vyasr/rapids-dask-dependency that referenced this pull request Jan 12, 2024
vyasr added a commit that referenced this pull request Jan 12, 2024
This reverts commit 4a2dd6f.

The upstream distributed bug was fixed in
dask/distributed#8456.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants