Skip to content

Commit

Permalink
Fix torchaudio version incompatibility (#181)
Browse files Browse the repository at this point in the history
  • Loading branch information
juanmc2005 authored Oct 11, 2023
1 parent 410ab89 commit 25d2196
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ tqdm>=4.64.0
pandas>=1.4.2
torch>=1.12.1
torchvision>=0.14.0
torchaudio>=0.12.1,<1.0
torchaudio>=2.0.2
pyannote.audio>=2.1.1
pyannote.core>=4.5
pyannote.database>=4.1.1
Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ install_requires=
pandas>=1.4.2
torch>=1.12.1
torchvision>=0.14.0
torchaudio>=0.12.1,<1.0
torchaudio>=2.0.2
pyannote.audio>=2.1.1
pyannote.core>=4.5
pyannote.database>=4.1.1
Expand Down

0 comments on commit 25d2196

Please sign in to comment.