diff --git a/pixi.lock b/pixi.lock index 62e131bf..983d3b18 100644 --- a/pixi.lock +++ b/pixi.lock @@ -4279,7 +4279,7 @@ packages: - pypi: ./ name: array-api-extra version: 0.8.1.dev0 - sha256: e0b0d16f52c57ee04df4720729c1d0b0759c607019ba4aa5c38a2831293b89d4 + sha256: 4f3bbe7c191529a40b4e5d42e0a8cb1d1f357a11f956f341f3c34ebda070cb28 requires_dist: - array-api-compat>=1.12.0,<2 requires_python: '>=3.10' diff --git a/pyproject.toml b/pyproject.toml index a8138baf..d22f95cb 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -150,7 +150,7 @@ numpy = "=1.22.0" # Backends that can run on CPU-only hosts # Note: JAX and PyTorch will install CPU variants. [tool.pixi.feature.backends.dependencies] -pytorch = ">=2.7.0" +pytorch = ">=2.7.1" dask-core = ">=2025.7.0" # No distributed, tornado, etc. sparse = ">=0.17.0" @@ -178,7 +178,7 @@ system-requirements = { cuda = "12" } [tool.pixi.feature.cuda-backends.target.linux-64.dependencies] cupy = ">=13.5.1" jaxlib = { version = ">=0.6.0", build = "cuda12*" } -pytorch = { version = ">=2.7.0", build = "cuda12*" } +pytorch = { version = ">=2.7.1", build = "cuda12*" } [tool.pixi.feature.cuda-backends.target.osx-64.dependencies] # cupy = "*" # unavailable @@ -193,7 +193,7 @@ pytorch = { version = ">=2.7.0", build = "cuda12*" } [tool.pixi.feature.cuda-backends.target.win-64.dependencies] cupy = ">=13.5.1" # jaxlib = { version = "*", build = "cuda12*" } # unavailable -pytorch = { version = ">=2.7.0", build = "cuda12*" } +pytorch = { version = ">=2.7.1", build = "cuda12*" } [tool.pixi.feature.nogil.dependencies] python-freethreading = "~=3.13.0"