Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ci(ingest): pin dask dependency for feast #10865

Merged
merged 1 commit into from
Jul 8, 2024

Commits on Jul 8, 2024

  1. 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.
    mayurinehate authored Jul 8, 2024
    Configuration menu
    Copy the full SHA
    41bb88e View commit details
    Browse the repository at this point in the history