We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6171d02 commit 2f5fef2Copy full SHA for 2f5fef2
.ci/scripts/wheel/post_build_script.sh
@@ -12,3 +12,6 @@ set -eux
12
# Rename pip-out directory, to avoid using shared libraries in pip-out during
13
# smoke test.
14
mv pip-out BACKUP-pip-out
15
+
16
+# pip list
17
+pip list
pyproject.toml
@@ -68,8 +68,6 @@ dependencies=[
68
"ruamel.yaml",
69
"sympy",
70
"torch==2.8.0",
71
- "torchaudio==2.8.0",
72
- "torchvision==0.23.0",
73
"torchao==0.12.0",
74
"tabulate",
75
# See also third-party/TARGETS for buck's typing-extensions version.
0 commit comments