Skip to content

Commit b872196

Browse files
committed
Pip dask req: specify dask[dataframe] instead of just dask
1 parent 4ecabc6 commit b872196

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ dependencies = [
3434
"pandera[mypy] >= 0.20.3",
3535
"pydantic >=2.8.2",
3636
"loguru >=0.7.2",
37-
"dask >=2024.10.0",
37+
"dask[dataframe] >=2024.10.0",
3838
]
3939

4040
[project.urls]

0 commit comments

Comments
 (0)