Skip to content

Commit d527488

Browse files
build(deps): update onnxruntime requirement from <1.21,>=1.12.0 to >=1.12.0,<1.22 in /requirements (#2999)
build(deps): update onnxruntime requirement in /requirements 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.21.0) --- updated-dependencies: - dependency-name: onnxruntime dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent b7bf420 commit d527488

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

requirements/audio.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,5 +7,5 @@ pystoi >=0.4.0, <0.5.0
77
torchaudio >=2.0.1, <2.7.0
88
gammatone >=1.0.0, <1.1.0
99
librosa >=0.10.0, <0.11.0
10-
onnxruntime >=1.12.0, <1.21 # installing onnxruntime_gpu-gpu failed on macos
10+
onnxruntime >=1.12.0, <1.22 # installing onnxruntime_gpu-gpu failed on macos
1111
requests >=2.19.0, <2.33.0

0 commit comments

Comments
 (0)