Skip to content

Commit

Permalink
fix: Update dask version to support pandas 1.x (feast-dev#4326)
Browse files Browse the repository at this point in the history
* update dask version to support pandas 1.x

Signed-off-by: cmuhao <[email protected]>

* update dask version to support pandas 1.x

Signed-off-by: cmuhao <[email protected]>

* update dask version to support pandas 1.x

Signed-off-by: cmuhao <[email protected]>

---------

Signed-off-by: cmuhao <[email protected]>
  • Loading branch information
HaoXuAI authored and tsisodia10 committed Jul 23, 2024
1 parent c280c4a commit 945d04b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@
"fastapi>=0.68.0",
"uvicorn[standard]>=0.14.0,<1",
"gunicorn; platform_system != 'Windows'",
"dask[dataframe]>=2024.4.2",
"dask[dataframe]>=2024.2.1",
]

GCP_REQUIRED = [
Expand Down

0 comments on commit 945d04b

Please sign in to comment.