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

Pin *arrow to use *cuda in run #8651

Merged
merged 2 commits into from
Jul 5, 2021

Conversation

jakirkham
Copy link
Member

@jakirkham jakirkham commented Jul 2, 2021

Follow up to PR ( #8637 )

Even though we pinned *cuda in host, this didn't carry over to the run dependencies. To fix this, tack on *cuda to pyarrow and arrow-cpp in run. This should fix installation errors where the CPU builds were getting pulled in unintentionally.

cc @ajschmidt8 @charlesbluca @pentschev

Even though we pinned `*cuda` in `host`, this didn't carry over to the
`run` dependencies. To fix this, tack on `*cuda` to `pyarrow`'s
`pin_compatible` line. This seems to do the right thing when matching
the build string.
@jakirkham jakirkham requested a review from a team as a code owner July 2, 2021 22:22
@github-actions github-actions bot added the conda label Jul 2, 2021
@jakirkham jakirkham added 3 - Ready for Review Ready for review by team Python Affects Python cuDF API. non-breaking Non-breaking change bug Something isn't working labels Jul 2, 2021
Even though we pinned `*cuda` in `host`, this didn't carry over to the
`run` dependencies. To fix this, add a `arrow-cpp` constraint with
`*cuda`. This seems to do the right thing when matching the build
string.
@jakirkham jakirkham changed the title Pin pyarrow to use *cuda in run Pin *arrow to use *cuda in run Jul 2, 2021
@github-actions github-actions bot removed the Python Affects Python cuDF API. label Jul 2, 2021
@codecov
Copy link

codecov bot commented Jul 3, 2021

Codecov Report

❗ No coverage uploaded for pull request base (branch-21.08@e251803). Click here to learn what that means.
The diff coverage is n/a.

Impacted file tree graph

@@               Coverage Diff               @@
##             branch-21.08    #8651   +/-   ##
===============================================
  Coverage                ?   10.61%           
===============================================
  Files                   ?      109           
  Lines                   ?    18648           
  Branches                ?        0           
===============================================
  Hits                    ?     1980           
  Misses                  ?    16668           
  Partials                ?        0           

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update e251803...fa778bc. Read the comment docs.

@jakirkham
Copy link
Member Author

@gpucibot merge

@rapids-bot rapids-bot bot merged commit de8d8d0 into rapidsai:branch-21.08 Jul 5, 2021
@jakirkham jakirkham deleted the pin_pyarrow_cuda branch July 5, 2021 17:02
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
3 - Ready for Review Ready for review by team bug Something isn't working non-breaking Non-breaking change
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants