gmarkall opened a new pull request, #47372: URL: https://github.com/apache/arrow/pull/47372
### Rationale for this change As per the Numba-CUDA docs, `numba-cuda` should be installed with a variant depending on the CUDA version. Failing to specify the variant leads to `numba-cuda` being installed without the CUDA toolkit wheels that it needs. Numba-CUDA installation docs: https://nvidia.github.io/numba-cuda/user/installation.html ### What changes are included in this PR? This commit adds the variant specifier to the installation. I think Arrow is using CUDA 11.7 in CI images, so I've changed the Numba-CUDA version to 0.18.1, which is the last version to support CUDA 11 (the Numba-CUDA policy is to support all minor versions within the last two major versions of CUDA). If Arrow moves to CUDA 12 for CI images, this could be changed back to `latest` in future. ### Are these changes tested? Yes. ### Are there any user-facing changes? No. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
