Skip to content

Commit

Permalink
Pin dask and distributed to < 2024.12.0 (#639)
Browse files Browse the repository at this point in the history
  • Loading branch information
tomwhite authored Dec 4, 2024
1 parent cbe7f66 commit db25119
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -51,8 +51,8 @@ diagnostics = [
"seaborn",
]
beam = ["apache-beam", "gcsfs"]
dask = ["dask"]
dask-distributed = ["distributed"]
dask = ["dask < 2024.12.0"]
dask-distributed = ["distributed < 2024.12.0"]
lithops = ["lithops[aws] >= 2.7.0"]
lithops-aws = [
"cubed[diagnostics]",
Expand Down

0 comments on commit db25119

Please sign in to comment.