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 dask-ml for dask-expr compatibility #4

Merged
merged 1 commit into from
Mar 22, 2024
Merged

Pin dask-ml for dask-expr compatibility #4

merged 1 commit into from
Mar 22, 2024

Conversation

aazuspan
Copy link
Contributor

@aazuspan aazuspan commented Mar 20, 2024

@grovduck I'm not 100% sure we'll end up using dask-ml at all, but I figured I'd get this in place to avoid surprises down the line, since having the wrong dask-ml breaks the Gist example.

Details

There's an incompatibility between dask-ml<2024.3.20 and dask>=2024.3.0 due to the new dask-expr optimization. This pins dask-ml for backwards compatibility.

See dask/dask-ml#983

EDIT: CI is failing because there are no tests to run 🤦‍♂️

There's an incompatibility between dask-ml<2024.3.20 and
dask>=2024.3.0 due to the new dask-expr optimization. This pins
dask-ml for backwards compatibility.

See dask/dask-ml#983
@aazuspan aazuspan added the bug Something isn't working label Mar 20, 2024
@aazuspan aazuspan self-assigned this Mar 20, 2024
@grovduck
Copy link
Member

@aazuspan, I don't think I have any specific feedback on this PR (although I did read your issue on dask-ml), so feel free to close this one if you're good with it.

@aazuspan aazuspan merged commit 2888fd0 into main Mar 22, 2024
1 of 5 checks passed
@aazuspan aazuspan deleted the pin-daskml branch March 22, 2024 20:52
@aazuspan aazuspan mentioned this pull request Mar 22, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants