Skip to content

Commit 2f5fef2

Browse files
committed
Print pip list
1 parent 6171d02 commit 2f5fef2

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.ci/scripts/wheel/post_build_script.sh

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,3 +12,6 @@ set -eux
1212
# Rename pip-out directory, to avoid using shared libraries in pip-out during
1313
# smoke test.
1414
mv pip-out BACKUP-pip-out
15+
16+
# pip list
17+
pip list

pyproject.toml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -68,8 +68,6 @@ dependencies=[
6868
"ruamel.yaml",
6969
"sympy",
7070
"torch==2.8.0",
71-
"torchaudio==2.8.0",
72-
"torchvision==0.23.0",
7371
"torchao==0.12.0",
7472
"tabulate",
7573
# See also third-party/TARGETS for buck's typing-extensions version.

0 commit comments

Comments
 (0)