From 723f8baa36a38d9aefcd85c36721175b3901b15e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 11 Jun 2026 00:53:20 +0000 Subject: [PATCH] Bump torch from 2.9 to 2.12.0+xpu in /dpcpp_bindings Bumps torch from 2.9 to 2.12.0+xpu. --- updated-dependencies: - dependency-name: torch dependency-version: 2.12.0+xpu dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- dpcpp_bindings/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dpcpp_bindings/requirements.txt b/dpcpp_bindings/requirements.txt index 61989ff..f230db4 100644 --- a/dpcpp_bindings/requirements.txt +++ b/dpcpp_bindings/requirements.txt @@ -1,3 +1,3 @@ --index-url https://download.pytorch.org/whl/xpu --extra-index-url https://pytorch-extension.intel.com/release-whl/stable/xpu/us/ -torch==2.9 +torch==2.12.0+xpu