[Intel GPU] Align XPU toml file for rust support (#31031)

Signed-off-by: P V R K Jyothendra Varma <polisetty.v.r.k.jyothendra.varma@intel.com>
This commit is contained in:
Polisetty V R K Jyothendra Varma
2026-09-04 14:48:30 +08:00
committed by GitHub
parent 31ebd8f437
commit b168f905c8
2 changed files with 13 additions and 3 deletions
+1 -1
View File
@@ -1,5 +1,5 @@
[build-system]
requires = ["setuptools>=61.0", "setuptools-scm>=8.0", "wheel"]
requires = ["setuptools>=61.0", "setuptools-rust>=1.10", "setuptools-scm>=8.0", "torch==2.13.0+xpu", "wheel"]
build-backend = "setuptools.build_meta"
[project]