Skip to content

Commit 6d229f9

Browse files
authored
Update pyproject.toml
Update pyproject.toml to use torch 2.7, torchaudio 2.7, and torchvision 0.22. All are released on PyPi.
1 parent 4cee15b commit 6d229f9

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

pyproject.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,9 @@ dependencies=[
6666
"ruamel.yaml",
6767
"sympy",
6868
"tabulate",
69+
"torch==2.7.0",
70+
"torchaudio==2.7.0",
71+
"torchvision==0.22.0",
6972
"torchao==0.10.0",
7073
"typing-extensions",
7174
# Keep this version in sync with: ./backends/apple/coreml/scripts/install_requirements.sh

0 commit comments

Comments
 (0)