We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
dask
1 parent 6fb3bd2 commit 55c05e1Copy full SHA for 55c05e1
CHANGES.md
@@ -2,6 +2,9 @@
2
3
4
## 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
8
9
## 2024/03/22 v0.0.9
10
- Dependencies: Use `dask[dataframe]`
pyproject.toml
@@ -122,7 +122,7 @@ influxdb = [
122
]
123
io = [
124
"cr8",
125
- "dask[dataframe]>=2020,<=2024.2.1",
+ "dask[dataframe]>=2020",
126
"pandas<3,>=1",
127
128
mongodb = [
0 commit comments