Skip to content

Commit

Permalink
[PT FE] Fix torchaudio dependency for MacOS x86 (#26913)
Browse files Browse the repository at this point in the history
**Details:** Fix torchaudio dependency for MacOS x86

**Ticket:** 154146

Signed-off-by: Kazantsev, Roman <roman.kazantsev@intel.com>
  • Loading branch information
rkazants authored Oct 7, 2024
1 parent cf870cd commit 0aa76e7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tests/requirements_pytorch
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,8 @@ sentencepiece==0.2.0
soundfile==0.12.1
super-image==0.1.7; python_version < "3.12"
timm==1.0.8
torchaudio==2.4.1
torchaudio==2.4.1; platform_system != "Darwin" or platform_machine != "x86_64"
torchaudio==2.2.2; platform_system == "Darwin" and platform_machine == "x86_64"
wheel==0.44.0
PyYAML==6.0.2
kornia==0.7.3
Expand Down

0 comments on commit 0aa76e7

Please sign in to comment.