diff --git a/pyproject.toml b/pyproject.toml index 2f45aa0c..ceef0a9e 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.1" +pytorch = ">=2.8.0" 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.1", build = "cuda12*" } +pytorch = { version = ">=2.8.0", build = "cuda12*" } [tool.pixi.feature.cuda-backends.target.osx-64.dependencies] # cupy = "*" # unavailable @@ -197,7 +197,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.7.1", build = "cuda12*" } +pytorch = { version = ">=2.8.0", build = "cuda12*" } [tool.pixi.feature.nogil.dependencies] python-freethreading = "~=3.13.0"