Skip to content

Commit

Permalink
remove torchaudio min version
Browse files Browse the repository at this point in the history
  • Loading branch information
Fhrozen committed Jul 12, 2024
1 parent 54342c5 commit b1f915d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ dependencies = [
"torch>=1.10",
"tqdm",
"bitarray",
"torchaudio>=0.8.0",
"torchaudio",
"scikit-learn",
"packaging",
]
Expand Down

0 comments on commit b1f915d

Please sign in to comment.