From f5cf422a7d1b37a0c5b1fbaf0a45078c6b16b6f0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 17 Jul 2026 23:08:36 +0000 Subject: [PATCH] Bump torch from 2.9 to 2.12.1+xpu in /dpcpp_bindings Bumps torch from 2.9 to 2.12.1+xpu. --- updated-dependencies: - dependency-name: torch dependency-version: 2.12.1+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..d181988 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.1+xpu