Skip to content

fix dask example #1802

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

Draft
wants to merge 1 commit into
base: main
Choose a base branch
from
Draft

fix dask example #1802

wants to merge 1 commit into from

Conversation

BelSasha
Copy link
Contributor

@BelSasha BelSasha commented Mar 4, 2025

No description provided.

Copy link
Contributor Author

BelSasha commented Mar 4, 2025

This stack of pull requests is managed by Graphite. Learn more about stacking.

@BelSasha BelSasha force-pushed the sb/fix-dask-aws-example branch from 9efc168 to 8dc8816 Compare March 4, 2025 11:17
@@ -35,9 +35,9 @@ def read_taxi_df_dask(dataset_path, X_vars, y_vars):

img = rh.Image("dask_img").pip_install(
[
"dask[distributed]<2024.11.0",
"dask[dataframe]<2024.11.0",
Copy link
Contributor Author

@BelSasha BelSasha Mar 4, 2025

Choose a reason for hiding this comment

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

dask>=2024.11.0 removed _execute_task from dask_core. I think this is fine as temporary solution to make the example work.

@BelSasha BelSasha force-pushed the sb/fix-dask-aws-example branch from 8dc8816 to c007770 Compare March 4, 2025 11:40
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.

1 participant