Skip to content
Merged
Show file tree
Hide file tree
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
2 changes: 1 addition & 1 deletion pixi.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

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.0"
pytorch = ">=2.7.1"
dask-core = ">=2025.7.0" # No distributed, tornado, etc.
sparse = ">=0.17.0"

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