Skip to content

deps: Update dependency pytorch to >=2.7.0 #299

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
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 @@ -134,7 +134,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.6.0"
pytorch = ">=2.7.0"
dask-core = ">=2025.5.0" # No distributed, tornado, etc.
sparse = ">=0.16.0"

Expand Down Expand Up @@ -162,7 +162,7 @@ system-requirements = { cuda = "12" }
[tool.pixi.feature.cuda-backends.target.linux-64.dependencies]
cupy = ">=13.4.1"
jaxlib = { version = ">=0.5.2", build = "cuda12*" }
pytorch = { version = ">=2.6.0", build = "cuda12*" }
pytorch = { version = ">=2.7.0", build = "cuda12*" }

[tool.pixi.feature.cuda-backends.target.osx-64.dependencies]
# cupy = "*" # unavailable
Expand All @@ -177,7 +177,7 @@ pytorch = { version = ">=2.6.0", build = "cuda12*" }
[tool.pixi.feature.cuda-backends.target.win-64.dependencies]
cupy = ">=13.4.1"
# jaxlib = { version = "*", build = "cuda12*" } # unavailable
pytorch = { version = ">=2.6.0", build = "cuda12*" }
pytorch = { version = ">=2.7.0", build = "cuda12*" }

[tool.pixi.environments]
default = { features = ["py313"], solve-group = "py313" }
Expand Down
Loading