Skip to content

Conversation

@jrbourbeau
Copy link
Member

@jrbourbeau jrbourbeau commented Nov 10, 2021

Closes #877
Closes dask/dask#8360

from dask.highlevelgraph import HighLevelGraph

new_dsk = HighLevelGraph.merge(*graphs.values())
except ImportError:
Copy link
Member Author

Choose a reason for hiding this comment

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

Note: this ImportError branch is no longer needed based on our current lower bound of supported dask versions

dask-ml/setup.py

Lines 13 to 14 in f250432

install_requires = [
"dask[array,dataframe]>=2.4.0",

@jrbourbeau
Copy link
Member Author

Planning to merge later today if there are no further comments

@VibhuJawa
Copy link
Collaborator

Thanks for working on this @jrbourbeau and unblocking the CI .

@jrbourbeau jrbourbeau merged commit f8ae20c into dask:main Nov 11, 2021
@jrbourbeau jrbourbeau deleted the ci-fixup branch November 11, 2021 21:08
@jrbourbeau jrbourbeau mentioned this pull request Nov 11, 2021
@jakirkham
Copy link
Member

Thanks James! 😄

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.

[BUG] CI broken with dask=2021.11.0 Delayed optimizations causing breakage in dask_ml.wrappers.Incremental.fit

3 participants