Skip to content

Commit 945d04b

Browse files
HaoXuAItsisodia10
authored andcommitted
fix: Update dask version to support pandas 1.x (feast-dev#4326)
* update dask version to support pandas 1.x Signed-off-by: cmuhao <sduxuhao@gmail.com> * update dask version to support pandas 1.x Signed-off-by: cmuhao <sduxuhao@gmail.com> * update dask version to support pandas 1.x Signed-off-by: cmuhao <sduxuhao@gmail.com> --------- Signed-off-by: cmuhao <sduxuhao@gmail.com>
1 parent c280c4a commit 945d04b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@
6565
"fastapi>=0.68.0",
6666
"uvicorn[standard]>=0.14.0,<1",
6767
"gunicorn; platform_system != 'Windows'",
68-
"dask[dataframe]>=2024.4.2",
68+
"dask[dataframe]>=2024.2.1",
6969
]
7070

7171
GCP_REQUIRED = [

0 commit comments

Comments
 (0)