Skip to content

Commit 484a4ab

Browse files
authored
[0.5 release] Update pyproject with torch dependencies (#8038)
1 parent 4e3f552 commit 484a4ab

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.ci/scripts/setup-linux.sh

-1
Original file line numberDiff line numberDiff line change
@@ -23,4 +23,3 @@ fi
2323
# of nightly. This allows CI to test against latest commits from PyTorch
2424
install_executorch "use-pt-pinned-commit"
2525
build_executorch_runner "${BUILD_TOOL}"
26-
do_not_use_nightly_on_ci

pyproject.toml

+3
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,9 @@ dependencies=[
6565
"ruamel.yaml",
6666
"sympy",
6767
"tabulate",
68+
"torch==2.6.0",
69+
"torchaudio==2.6.0",
70+
"torchvision==0.21.0",
6871
"typing-extensions",
6972
]
7073

0 commit comments

Comments
 (0)