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 back dask while we update for dask-expr #690

Merged
merged 1 commit into from
Mar 12, 2024

Conversation

danielballan
Copy link
Member

@danielballan danielballan commented Mar 12, 2024

The release of dask 2024.3 swaps out dask.dataframe.core.DataFrame for a completely new implementation developed in dask-expr, one that implements query planning.

This breaks some APIs that we are directly using in Tiled. Some research will be needed to determine the best way forward. While we do that, we should pin back dask.

This pins all instances in pyproject.toml:

$ git grep dask -- pyproject.toml
pyproject.toml:    "dask <2024.3.0",
pyproject.toml:    "dask[array] <2024.3.0",
pyproject.toml:    "dask[dataframe] <2024.3.0",
pyproject.toml:    "dask[array] <2024.3.0",
pyproject.toml:    "dask[array] <2024.3.0",
pyproject.toml:    "dask[dataframe] <2024.3.0",
pyproject.toml:    "dask[dataframe] <2024.3.0",
pyproject.toml:    "dask <2024.3.0",
pyproject.toml:    "dask <2024.3.0",
pyproject.toml:    "dask[array] <2024.3.0",
pyproject.toml:    "dask[dataframe] <2024.3.0",
pyproject.toml:    "dask[array] <2024.3.0",

@tacaswell tacaswell merged commit 9ae3cad into bluesky:main Mar 12, 2024
8 checks passed
@danielballan danielballan deleted the pin-back-dask branch March 12, 2024 17:43
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.

2 participants