Skip to content

Commit

Permalink
bump up torchaudio; test to make sure other package updates are compa…
Browse files Browse the repository at this point in the history
…tible
  • Loading branch information
dsikka committed Jun 12, 2023
1 parent 91322b3 commit 8feede2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@
]
_pytorch_all_deps = _pytorch_deps + [
"torchvision>=0.3.0,<=0.15.1",
"torchaudio<=0.13",
"torchaudio<=2.0.1",
]
_pytorch_vision_deps = _pytorch_deps + [
"torchvision>=0.3.0,<=0.15.1",
Expand Down

0 comments on commit 8feede2

Please sign in to comment.