From c59e9875911e0b724be8997bc7910ce9a86f3183 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 3 Jan 2026 14:17:23 +0000 Subject: [PATCH] deps: Update dependency pytorch to >=2.9.1 --- pixi.lock | 2 +- pyproject.toml | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/pixi.lock b/pixi.lock index b95dee59..5017102b 100644 --- a/pixi.lock +++ b/pixi.lock @@ -5296,7 +5296,7 @@ packages: - pypi: ./ name: array-api-extra version: 0.10.0.dev0 - sha256: b4608a433d1cc449ea43a8d07ba73364e7ef5b49e402dc424e852445bdc785c0 + sha256: aa2a2cd7d3add680efbe7c7bd783710ac6ea512d16d7dc55ef53f6b538b10aea requires_dist: - array-api-compat>=1.12.0,<2 requires_python: '>=3.11' diff --git a/pyproject.toml b/pyproject.toml index e22b8d5e..715ef1e7 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -148,7 +148,7 @@ numpy = "=1.24.1" # Backends that can run on CPU-only hosts # Note: JAX and PyTorch will install CPU variants. [tool.pixi.feature.backends.dependencies] -pytorch = ">=2.7.1" +pytorch = ">=2.9.1" dask-core = ">=2025.12.0" # No distributed, tornado, etc. sparse = ">=0.17.0" @@ -179,7 +179,7 @@ system-requirements = { cuda = "12" } cupy = ">=13.6.0" # JAX 0.6.2 and 0.7.0 segfault on CUDA jaxlib = { version = ">=0.6.0,!=0.6.2,!=0.7.0", build = "cuda12*" } -pytorch = { version = ">=2.7.1", build = "cuda12*" } +pytorch = { version = ">=2.9.1", build = "cuda12*" } [tool.pixi.feature.cuda-backends.target.osx-64.dependencies] # cupy = "*" # unavailable @@ -194,7 +194,7 @@ pytorch = { version = ">=2.7.1", build = "cuda12*" } [tool.pixi.feature.cuda-backends.target.win-64.dependencies] cupy = ">=13.6.0" # jaxlib = { version = "*", build = "cuda12*" } # unavailable -pytorch = { version = ">=2.8.0", build = "cuda12*" } +pytorch = { version = ">=2.9.1", build = "cuda12*" } [tool.pixi.feature.nogil.dependencies] python-freethreading = "~=3.13.0"