Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"

Expand Down Expand Up @@ -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
Expand All @@ -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"
Expand Down
Loading