From 0c76838bd911d14e1334ec6f9ee6cfde1486ff30 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 24 Apr 2026 20:05:04 +0000 Subject: [PATCH] chore(deps): bump onnxruntime-gpu from 1.23.2 to 1.25.0 Bumps [onnxruntime-gpu](https://github.com/microsoft/onnxruntime) from 1.23.2 to 1.25.0. - [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/compare/v1.23.2...v1.25.0) --- updated-dependencies: - dependency-name: onnxruntime-gpu dependency-version: 1.25.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- training/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/training/requirements.txt b/training/requirements.txt index e08f647..edc59ee 100644 --- a/training/requirements.txt +++ b/training/requirements.txt @@ -1,7 +1,7 @@ --extra-index-url https://download.pytorch.org/whl/cu128 numpy==1.26.4 onnx==1.20.1 -onnxruntime-gpu==1.23.2 +onnxruntime-gpu==1.25.0 onnxslim==0.1.85 python-dotenv==1.0.1 roboflow==1.1.24