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: Test against old versions of key dependencies #16570

Merged
merged 33 commits into from
Sep 4, 2024

Commits on Aug 15, 2024

  1. CI: Test against old versions of key dependencies

    This adds explicit tests with old versions of key dependencies.
    Specifically:
    - `numba==0.57`
    - `numpy==1.23`
    - `pandas==2.0`
    - `fsspec==0.6.0`
    - `cupy==12.0.0`
    - `pyarrow==16.1.0`
    seberg committed Aug 15, 2024
    Configuration menu
    Copy the full SHA
    749752d View commit details
    Browse the repository at this point in the history

Commits on Aug 16, 2024

  1. Configuration menu
    Copy the full SHA
    c4f8547 View commit details
    Browse the repository at this point in the history
  2. Remove fsspec from pin for now (could constraint to 2023.5.0)

    huggingface is pulled in for some jobs, which in turns pulls in
    fsspec but with a higher version constraint of 2023.5.0.
    So while the old fsspec is probably fine as a direct dependency
    we cannot (generally) enforce it in all tests.
    
    Signed-off-by: Sebastian Berg <sebastianb@nvidia.com>
    seberg committed Aug 16, 2024
    Configuration menu
    Copy the full SHA
    3a416aa View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b22d111 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    224f944 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    b926cd3 View commit details
    Browse the repository at this point in the history

Commits on Aug 19, 2024

  1. Update ci/test_python_common.sh

    Co-authored-by: James Lamb <jaylamb20@gmail.com>
    seberg and jameslamb authored Aug 19, 2024
    Configuration menu
    Copy the full SHA
    1d6c037 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e97d6fe View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d84b0e3 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    b5c17a2 View commit details
    Browse the repository at this point in the history

Commits on Aug 21, 2024

  1. Configuration menu
    Copy the full SHA
    c267b1e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    062f601 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4fff8b5 View commit details
    Browse the repository at this point in the history
  4. More heavy handed test fixes

    seberg committed Aug 21, 2024
    Configuration menu
    Copy the full SHA
    3420a8c View commit details
    Browse the repository at this point in the history
  5. TST: Apply cudf_pandas_test fixes from rapidsaigh-16595

    Co-authored-by: galipremsagar <sagarprem75@gmail.com>
    seberg and galipremsagar committed Aug 21, 2024
    Configuration menu
    Copy the full SHA
    caccd02 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    7f308df View commit details
    Browse the repository at this point in the history

Commits on Aug 22, 2024

  1. Configuration menu
    Copy the full SHA
    5a165e2 View commit details
    Browse the repository at this point in the history

Commits on Aug 23, 2024

  1. Configuration menu
    Copy the full SHA
    f740c67 View commit details
    Browse the repository at this point in the history
  2. Check for min numba

    mroeschke committed Aug 23, 2024
    Configuration menu
    Copy the full SHA
    273e18d View commit details
    Browse the repository at this point in the history

Commits on Aug 28, 2024

  1. Configuration menu
    Copy the full SHA
    b8fcbe7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3a709a0 View commit details
    Browse the repository at this point in the history
  3. Update ci/test_wheel_cudf.sh

    Co-authored-by: Vyas Ramasubramani <vyas.ramasubramani@gmail.com>
    mroeschke and vyasr authored Aug 28, 2024
    Configuration menu
    Copy the full SHA
    5c794ae View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    c7452fb View commit details
    Browse the repository at this point in the history
  5. Change some xfails to skip

    mroeschke committed Aug 28, 2024
    Configuration menu
    Copy the full SHA
    d09c47f View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    f9eb3ab View commit details
    Browse the repository at this point in the history

Commits on Aug 29, 2024

  1. Configuration menu
    Copy the full SHA
    769f37b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d701297 View commit details
    Browse the repository at this point in the history

Commits on Aug 30, 2024

  1. Configuration menu
    Copy the full SHA
    a994001 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    309dd5b View commit details
    Browse the repository at this point in the history

Commits on Sep 3, 2024

  1. Configuration menu
    Copy the full SHA
    54b646e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3928ba1 View commit details
    Browse the repository at this point in the history

Commits on Sep 4, 2024

  1. Configuration menu
    Copy the full SHA
    e34a02c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d157f1e View commit details
    Browse the repository at this point in the history