Skip to content

Commit 3248bcc

Browse files
Add nvidia-cuda-{nvrtc, nvcc} as a dependency for cuDF wheels (#18686)
With the merge of NVIDIA/numba-cuda#155 we need to depend on these two wheels if we want `numba-cuda` to be able to find the runtime libraries it needs in the final cuDF environment. Authors: - https://github.com/brandon-b-miller Approvers: - Bradley Dice (https://github.com/bdice) - Vyas Ramasubramani (https://github.com/vyasr) URL: #18686
1 parent 747a1ff commit 3248bcc

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

dependencies.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -809,6 +809,8 @@ dependencies:
809809
cuda_suffixed: "true"
810810
packages:
811811
- pynvjitlink-cu12>=0.0.0a0
812+
- nvidia-cuda-nvcc-cu12
813+
- nvidia-cuda-nvrtc-cu12
812814
- matrix:
813815
cuda: "12.*"
814816
cuda_suffixed: "false"

0 commit comments

Comments
 (0)