Skip to content

Commit a35337b

Browse files
authored
[CD] Add pyzes to XPU package allow lists (#8137)
## Summary - Add `pyzes` package to XPU dependency allow lists in `manage.py`, `manage_v2.py`, and `update_dependencies.py` Follows pytorch/pytorch#183427
1 parent 3bc7570 commit a35337b

3 files changed

Lines changed: 3 additions & 0 deletions

File tree

s3_management/manage.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -127,6 +127,7 @@
127127
"onemkl_sycl_sparse",
128128
"onemkl_sycl_rng",
129129
"onemkl_license",
130+
"pyzes",
130131
# ----
131132
"Pillow",
132133
"certifi",

s3_management/manage_v2.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -538,6 +538,7 @@
538538
"onemkl-license",
539539
"mkl",
540540
"pyelftools",
541+
"pyzes",
541542
]
542543
}
543544

s3_management/update_dependencies.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -662,6 +662,7 @@
662662
"onemkl-license": [{"project": "torch_xpu", "target": "xpu"}],
663663
"mkl": [{"project": "torch_xpu", "target": "xpu"}],
664664
"pyelftools": [{"project": "torch_xpu", "target": "xpu"}],
665+
"pyzes": [{"project": "torch_xpu", "target": "xpu"}],
665666
# vLLM
666667
"ninja": [{"project": "vllm"}],
667668
"cuda-python": [{"project": "vllm"}],

0 commit comments

Comments
 (0)