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 <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>
  • Loading branch information
HaoXuAI authored and nick-amaya-sp committed Jul 23, 2024
1 parent a4fe277 commit 14e8569
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 14e8569

Please sign in to comment.