Skip to content

Commit 1984afd

Browse files
build: bump onnxruntime-gpu from 1.24.2 to 1.24.3
Bumps [onnxruntime-gpu](https://github.com/microsoft/onnxruntime) from 1.24.2 to 1.24.3. - [Release notes](https://github.com/microsoft/onnxruntime/releases) - [Changelog](https://github.com/microsoft/onnxruntime/blob/main/docs/ReleaseManagement.md) - [Commits](microsoft/onnxruntime@v1.24.2...v1.24.3) --- updated-dependencies: - dependency-name: onnxruntime-gpu dependency-version: 1.24.3 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 204edc2 commit 1984afd

2 files changed

Lines changed: 10 additions & 10 deletions

File tree

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ dependencies = [
1515
"opencv-python==4.13.0.92", # Frame extraction
1616
"requests==2.32.5", # Model download
1717
"onnxruntime==1.24.2; sys_platform == 'darwin' or (sys_platform == 'linux' and platform_machine == 'aarch64')",
18-
"onnxruntime-gpu==1.24.2; sys_platform == 'win32' or (sys_platform == 'linux' and platform_machine == 'x86_64')",
18+
"onnxruntime-gpu==1.24.3; sys_platform == 'win32' or (sys_platform == 'linux' and platform_machine == 'x86_64')",
1919
"numpy==2.4.1", # Image batch processing
2020
# Security overrides for transitive dependencies
2121
"h11==0.16.0", # CVE fix (uvicorn dep)

uv.lock

Lines changed: 9 additions & 9 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)