Skip to content

Commit

Permalink
fix(dask): pin dask version to avoid automatically picking up dask-ex…
Browse files Browse the repository at this point in the history
…pr (#8629)
  • Loading branch information
ncclementi authored Mar 12, 2024
1 parent b5f9bbe commit f1d0f65
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ clickhouse-connect = { version = ">=0.5.23,<1", optional = true, extras = [
"numpy",
"pandas",
] }
dask = { version = ">=2022.9.1", optional = true, extras = [
dask = { version = ">=2022.9.1,<2024.3.0", optional = true, extras = [
"array",
"dataframe",
] }
Expand Down

0 comments on commit f1d0f65

Please sign in to comment.