Skip to content

Commit ff0a120

Browse files
committed
Dependencies: Use dask[dataframe]
1 parent 9b2b375 commit ff0a120

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

CHANGES.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22

33

44
## Unreleased
5+
- Dependencies: Use `dask[dataframe]`
56

67
## 2024/03/11 v0.0.8
78
- datasets: Fix compatibility with Python 3.7

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ influxdb = [
122122
]
123123
io = [
124124
"cr8",
125-
"dask>=2020,<=2024.2.1",
125+
"dask[dataframe]>=2020,<=2024.2.1",
126126
"pandas<3,>=1",
127127
]
128128
mongodb = [

0 commit comments

Comments
 (0)