Skip to content

Commit

Permalink
build(deps): bump torchaudio from 0.10.2 to 2.5.1 in /requirements
Browse files Browse the repository at this point in the history
Bumps [torchaudio](https://github.com/pytorch/audio) from 0.10.2 to 2.5.1.
- [Release notes](https://github.com/pytorch/audio/releases)
- [Commits](pytorch/audio@v0.10.2...v2.5.1)

---
updated-dependencies:
- dependency-name: torchaudio
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Nov 4, 2024
1 parent 5b4003b commit 9cea853
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion requirements/datatype_audio.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# NOTE: all pins for latest are for CI consistency unless it is `strict`, then it is also forced in setup

numpy <1.26
torchaudio <=2.0.2
torchaudio <=2.5.1
torchvision <=0.15.2
librosa >=0.8.1, <=0.10.0.post2
transformers >=4.13.0, <=4.30.2
Expand Down
2 changes: 1 addition & 1 deletion requirements/testing_audio.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
matplotlib >3.0.0, <=3.7.2
torch ==2.0.1
torchaudio ==2.0.2
torchaudio ==2.5.1
torchvision ==0.15.2

timm >0.4.5, <=0.9.2 # effdet 0.3.0 depends on timm>=0.4.12
Expand Down
2 changes: 1 addition & 1 deletion requirements/testing_serve.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,6 @@
# CI: limit the search space for pip/installation
sahi ==0.8.19
torch ==1.10.2
torchaudio ==0.10.2
torchaudio ==2.5.1
torchvision ==0.11.3
torchmetrics ==0.10.3

0 comments on commit 9cea853

Please sign in to comment.