From ac7d6bbe7d13106cb4640f08baf578d4aec4af61 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Apr 2024 17:06:50 +0000 Subject: [PATCH] Bump onnxruntime from 1.13.1 to 1.17.3 Bumps [onnxruntime](/~https://github.com/microsoft/onnxruntime) from 1.13.1 to 1.17.3. - [Release notes](/~https://github.com/microsoft/onnxruntime/releases) - [Changelog](/~https://github.com/microsoft/onnxruntime/blob/main/docs/ReleaseManagement.md) - [Commits](/~https://github.com/microsoft/onnxruntime/commits) --- updated-dependencies: - dependency-name: onnxruntime dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- requirements/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements/requirements.txt b/requirements/requirements.txt index 2b0807cc..cdf5e4ac 100644 --- a/requirements/requirements.txt +++ b/requirements/requirements.txt @@ -7,7 +7,7 @@ numba>=0.54.1 numpy>=1.20.3 omegaconf==2.1.2 onnx>=1.11.0 -onnxruntime==1.13.1 +onnxruntime==1.17.3 packaging>=21.3 pandas>=1.3.4 ptwt>=0.1.2