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

[gpuCI] Forward-merge branch-22.08 to branch-22.10 [skip gpuci] #11416

Merged
merged 1 commit into from
Aug 1, 2022

Commits on Aug 1, 2022

  1. Relax arrow pinning to just 8.x and remove cuda build dependency from…

    … cudf recipe (#11412)
    
    Arrow 8.0.1 just got built and uploaded to conda-forge and there's an associated PR to update the pinning to 8.0.1. Currently the recipes pin to 8.0.0 explicitly which will cause solving issues. Instead of just changing to 8.0.1, this PR relaxes the pinning to allow minor and patch versions to get pulled as there hasn't been any nvcc compiler issues in a while and Arrow strives to not introduce API / ABI breakages in minor and patch versions. Additionally, the cudf recipe seems to be unnecessarily setting requiring a cuda build of pyarrow which should no longer be needed after #10995.
    
    Would really like this in for 21.08 if possible, but happy to change to just pin 8.0.1 if preferred.
    
    Authors:
      - Keith Kraus (https://github.com/kkraus14)
    
    Approvers:
      - AJ Schmidt (https://github.com/ajschmidt8)
    
    URL: #11412
    kkraus14 committed Aug 1, 2022
    Configuration menu
    Copy the full SHA
    d740c3c View commit details
    Browse the repository at this point in the history