Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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.
- Loading branch information