Skip to content

Commit 9a8e9c8

Browse files
RLS - packaging: depend on dask[dataframe] to automatically get dask-expr (#300)
1 parent accf87e commit 9a8e9c8

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 @@ requires-python = ">=3.9"
3434
dependencies = [
3535
"geopandas>=0.12",
3636
"shapely>=2.0",
37-
"dask>=2022.06.0",
37+
"dask[dataframe]>=2022.06.0",
3838
"distributed>=2022.06.0",
3939
"packaging",
4040
]

0 commit comments

Comments
 (0)