Skip to content

Commit

Permalink
ci(ingest): pin dask dependency for feast
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
mayurinehate authored Jul 8, 2024
1 parent 25dca37 commit 41bb88e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions metadata-ingestion/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 41bb88e

Please sign in to comment.