Skip to content

Commit

Permalink
Dependencies: Use dask[dataframe]
Browse files Browse the repository at this point in the history
  • Loading branch information
amotl committed Mar 22, 2024
1 parent 9b2b375 commit ff0a120
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@


## Unreleased
- Dependencies: Use `dask[dataframe]`

## 2024/03/11 v0.0.8
- datasets: Fix compatibility with Python 3.7
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ influxdb = [
]
io = [
"cr8",
"dask>=2020,<=2024.2.1",
"dask[dataframe]>=2020,<=2024.2.1",
"pandas<3,>=1",
]
mongodb = [
Expand Down

0 comments on commit ff0a120

Please sign in to comment.