-
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
dask cuda
command raises errors with the latest alpha release
#1229
Comments
There are 2 things here:
Due to the typos in your command, with the above you should have seen an error:
Here's the correct command, fixing your typo and installing Dask/Distributed from upstream:
|
Sorry for the typo 🙈 it was an error during formatting of the markdown.
On a more general note I frequently rely on pre-release
Could you please let me know if it is possible to have more generous version bounds in the release versions of |
Unfortunately this is not currently possible. We've discussed this matter extensively, #848 is one such discussion, but the problem is Dask and Distributed constantly introduce breaking changes making it impossible for us to guarantee forward-compatibility, and backwards-compatibility would increase the RAPIDS test matrix exponentially and make it time and cost-prohibitive, thus we've decided to only guarantee compatibility with to one Dask release, which is hard-pinned at release time. We constantly discuss alternatives, but so far we couldn't find any solutions that are both reliable and cost-effective. |
NOT A CONTRIBUTION
The text was updated successfully, but these errors were encountered: