Commit 90de096
committed
Use correct cuda runtime dependency for CUDA 13
When building the libs-wheel package for CUDA 13, the script
was installing nvidia-cuda-runtime-cu13, which has been deprecated on
Oct 31 2025, making it impossible to install the package on CUDA 13.
This commit fixes the issue by installing nvidia-cuda-runtime instead. nvidia-cuda-runtime-cu12 and cu11 have not been deprecated,
so they are still being used when CUDA major is 12 or 11, to maintain existing behaviour.
Solves #4614
topic: use-correct-cuda-runtime-dependency-for-cuda-131 parent a833f79 commit 90de096
1 file changed
+4
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
23 | 23 | | |
24 | 24 | | |
25 | 25 | | |
26 | | - | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
27 | 30 | | |
28 | 31 | | |
29 | 32 | | |
| |||
0 commit comments