Skip to content

Commit 0aa76e7

Browse files
authored
[PT FE] Fix torchaudio dependency for MacOS x86 (#26913)
**Details:** Fix torchaudio dependency for MacOS x86 **Ticket:** 154146 Signed-off-by: Kazantsev, Roman <roman.kazantsev@intel.com>
1 parent cf870cd commit 0aa76e7

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

tests/requirements_pytorch

+2-1
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,8 @@ sentencepiece==0.2.0
3434
soundfile==0.12.1
3535
super-image==0.1.7; python_version < "3.12"
3636
timm==1.0.8
37-
torchaudio==2.4.1
37+
torchaudio==2.4.1; platform_system != "Darwin" or platform_machine != "x86_64"
38+
torchaudio==2.2.2; platform_system == "Darwin" and platform_machine == "x86_64"
3839
wheel==0.44.0
3940
PyYAML==6.0.2
4041
kornia==0.7.3

0 commit comments

Comments
 (0)