Skip to content

Commit

Permalink
[0.5 release] Update pyproject with torch dependencies (#8038)
Browse files Browse the repository at this point in the history
  • Loading branch information
SS-JIA authored Jan 29, 2025
1 parent 4e3f552 commit 484a4ab
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 0 additions & 1 deletion .ci/scripts/setup-linux.sh
Original file line number Diff line number Diff line change
Expand Up @@ -23,4 +23,3 @@ fi
# of nightly. This allows CI to test against latest commits from PyTorch
install_executorch "use-pt-pinned-commit"
build_executorch_runner "${BUILD_TOOL}"
do_not_use_nightly_on_ci
3 changes: 3 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,9 @@ dependencies=[
"ruamel.yaml",
"sympy",
"tabulate",
"torch==2.6.0",
"torchaudio==2.6.0",
"torchvision==0.21.0",
"typing-extensions",
]

Expand Down

0 comments on commit 484a4ab

Please sign in to comment.