diff --git a/pixi.lock b/pixi.lock index 5c0a280a..c512fe8a 100644 --- a/pixi.lock +++ b/pixi.lock @@ -5131,7 +5131,7 @@ packages: - pypi: ./ name: array-api-extra version: 0.9.1.dev0 - sha256: 09305587d99b7a169ef1c80ace4b308257888d0b838221001d2d0a013eecd777 + sha256: f5d9fa22e110c1d9d9e3f119394e1e31420ad8bc7791c71a25c0d7615c67b337 requires_dist: - array-api-compat>=1.12.0,<2 requires_python: '>=3.10' diff --git a/pyproject.toml b/pyproject.toml index 534b8d42..247b8294 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.9.1" # No distributed, tornado, etc. sparse = ">=0.17.0" @@ -182,7 +182,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.0", build = "cuda12*" } +pytorch = { version = ">=2.7.1", build = "cuda12*" } [tool.pixi.feature.cuda-backends.target.osx-64.dependencies] # cupy = "*" # unavailable