Skip to content

Commit 55c05e1

Browse files
committed
Dependencies: Unpin upper version bound of dask
Otherwise, compatibility issues can not be resolved quickly, like with Python 3.11.9.
1 parent 6fb3bd2 commit 55c05e1

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

CHANGES.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@
22

33

44
## Unreleased
5+
- Dependencies: Unpin upper version bound of `dask`. Otherwise, compatibility
6+
issues can not be resolved quickly, like with Python 3.11.9.
7+
https://github.com/dask/dask/issues/11038
58

69
## 2024/03/22 v0.0.9
710
- Dependencies: Use `dask[dataframe]`

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[dataframe]>=2020,<=2024.2.1",
125+
"dask[dataframe]>=2020",
126126
"pandas<3,>=1",
127127
]
128128
mongodb = [

0 commit comments

Comments
 (0)