Skip to content

Commit

Permalink
build(deps): update onnxruntime requirement in /requirements
Browse files Browse the repository at this point in the history
Updates the requirements on [onnxruntime](https://github.com/microsoft/onnxruntime) to permit the latest version.
- [Release notes](https://github.com/microsoft/onnxruntime/releases)
- [Changelog](https://github.com/microsoft/onnxruntime/blob/main/docs/ReleaseManagement.md)
- [Commits](microsoft/onnxruntime@v1.12.0...v1.19.0)

---
updated-dependencies:
- dependency-name: onnxruntime
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] committed Aug 20, 2024
1 parent 06201a2 commit 230d7fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion requirements/audio.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,5 @@ pystoi >=0.4.0, <0.5.0
torchaudio >=0.10.0, <2.5.0
gammatone >=1.0.0, <1.1.0
librosa >=0.9.0, <0.11.0
onnxruntime >=1.12.0, <1.19 # installing onnxruntime_gpu-gpu failed on macos
onnxruntime >=1.12.0, <1.20 # installing onnxruntime_gpu-gpu failed on macos
requests >=2.19.0, <2.33.0

0 comments on commit 230d7fc

Please sign in to comment.