-
Notifications
You must be signed in to change notification settings - Fork 94
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
Overly precise click==8.0.4
pin?
#931
Comments
I believe @charlesbluca do you know if we could make the |
Thanks for the pointer. I see #883 chose
Possible routes forward:
I don't think it's super urgent, just noting what I see as the options. My |
IIRC, this issue was actually unrelated to the breakage in Black (though we did bump to 22.3.0 in #889), and was because of issues with dask-cuda's CLI caused by the bump to click 8.1.0 (some additional context on this in #883 (comment)), which in turn stemmed from issues with Distributed's CLI. Assuming that this has been resolved on Distributed's end (and our Dask min version bumped accordingly), we should be safe to go back to the looser pinning we once used prior to #883. |
Believe this fixed the Distributed issue ( dask/distributed#6018 ). Though it landed in a version of Distributed after the one we pinned to in that RAPIDS release. Should be good to relax click now |
Yup, opened #932 to hopefully resolve this |
With the `click` breakage in Distributed presumably resolved, we should be good removing this click pinning. Closes #931 Authors: - Charles Blackmon-Luca (https://github.com/charlesbluca) Approvers: - Peter Andreas Entschev (https://github.com/pentschev) URL: #932
I have a project that uses
click==8.1.3
andpip
is unhappy due to dask-cuda'sclick==8.0.4
pin.Are there any known issues with other 8.x versions of
click
, or might e.g.click>=8.0
suffice?The text was updated successfully, but these errors were encountered: