Commit 00b05fc
committed
Keep the PyPI-sourced CUDA deps in PACKAGE_LINKS_ALLOW_LIST only
cuda_python, cuda_bindings, cuda_pathfinder, cuda_toolkit and nvidia_ml_py
appeared in both allow lists. They are sourced from PyPI by
update_dependencies.py, so their index is meant to be copied from the parent
rather than regenerated: that is what #8483 added them to
PACKAGE_LINKS_ALLOW_LIST for. It left them in PACKAGE_ALLOW_LIST, which keeps
manage_v2 generating an index for them from whatever wheels it finds,
competing with the copied one.
They were the only five entries present in both lists; the links list is
untouched, so all five still get copied into the arch subdirectories.
whl/test/cu134 currently advertises cuda-pathfinder and cuda-python in its
listing while both targets 403.1 parent c22f7fa commit 00b05fc
1 file changed
Lines changed: 5 additions & 5 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
286 | 286 | | |
287 | 287 | | |
288 | 288 | | |
289 | | - | |
290 | | - | |
291 | | - | |
292 | | - | |
| 289 | + | |
| 290 | + | |
| 291 | + | |
| 292 | + | |
| 293 | + | |
293 | 294 | | |
294 | | - | |
295 | 295 | | |
296 | 296 | | |
297 | 297 | | |
| |||
0 commit comments