From 41bb88e78cb93fb433aee0535bb229168b8e8835 Mon Sep 17 00:00:00 2001 From: Mayuri Nehate <33225191+mayurinehate@users.noreply.github.com> Date: Mon, 8 Jul 2024 18:09:32 +0530 Subject: [PATCH] ci(ingest): pin dask dependency for feast Try Pinning dask to dask[dataframe]<2024.7.0 in feast ingestion dependencies to fix CI error `ImportError: Dask requires version '2.0.0' or newer of 'pandas' (version '1.5.3' currently installed).`. Passing `--no-strip-extras` for `uv pip install` build scripts may fix this longer term. --- metadata-ingestion/setup.py | 1 + 1 file changed, 1 insertion(+) diff --git a/metadata-ingestion/setup.py b/metadata-ingestion/setup.py index d3df59c6468df5..e25762925be29c 100644 --- a/metadata-ingestion/setup.py +++ b/metadata-ingestion/setup.py @@ -343,6 +343,7 @@ "feast": { "feast>=0.34.0,<1", "flask-openid>=1.3.0", + "dask[dataframe]<2024.7.0", }, "glue": aws_common, # hdbcli is supported officially by SAP, sqlalchemy-hana is built on top but not officially supported