@@ -325,7 +325,7 @@ def setup_package():
325
325
"onednn==2025.0.1" ,
326
326
"dpcpp-cpp-rt==2025.0.2" ]
327
327
328
- # Add for testing purposes for now, for ARL-H on Windows
328
+ # Add for testing purposes for now, for ARL-H with AOT on Windows
329
329
# Linux keeps the same as xpu_2.6
330
330
xpu_26_arl_requires = copy .deepcopy (all_requires )
331
331
for exclude_require in cpu_torch_version :
@@ -336,12 +336,10 @@ def setup_package():
336
336
"torch==2.6.0+xpu;platform_system=='Linux'" ,
337
337
"torchvision==0.21.0+xpu;platform_system=='Linux'" ,
338
338
"torchaudio==2.6.0+xpu;platform_system=='Linux'" ,
339
- "oneccl_bind_pt==2.6.0+xpu;platform_system=='Linux'" ,
340
- "intel-extension-for-pytorch==2.6.10+xpu" ,
341
339
"bigdl-core-xe-all==" + CORE_XE_VERSION ,
342
340
"onednn-devel==2025.0.1" ,
343
341
"onednn==2025.0.1" ,
344
- "dpcpp-cpp-rt==2025.0.2;platform_system=='Linux'" , ]
342
+ "dpcpp-cpp-rt==2025.0.2" ]
345
343
346
344
cpp_requires = ["bigdl-core-cpp==" + CORE_XE_VERSION ,
347
345
"onednn-devel==2025.0.1;platform_system=='Windows'" ,
0 commit comments