Skip to content

Commit 1699fee

Browse files
committed
build: pin torch_2_11 group to torchao 0.18.0
Keep the highest-torch dependency group (torch==2.11.0, already the project's torch ceiling) aligned with the newly-raised torchao ceiling.
1 parent 4c43846 commit 1699fee

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,7 @@ torch_2_10 = [
138138
]
139139
torch_2_11 = [
140140
"torch==2.11.0",
141-
"torchao==0.17.0",
141+
"torchao==0.18.0",
142142
"torchvision==0.26.0",
143143
]
144144
torch_2_8 = [

0 commit comments

Comments
 (0)