Skip to content

Commit dc4d2dd

Browse files
fix(deps)(deps): update onnxruntime-gpu requirement in /ml-service
Updates the requirements on [onnxruntime-gpu](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/ReleaseNotesWorkflow.md) - [Commits](microsoft/onnxruntime@v1.28.0...v1.29.0) --- updated-dependencies: - dependency-name: onnxruntime-gpu dependency-version: 1.29.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent d9cdff5 commit dc4d2dd

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

ml-service/onnx-serving/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
fastapi>=0.140.13
22
uvicorn[standard]>=0.24.0
33
onnxruntime>=1.28.0
4-
onnxruntime-gpu>=1.28.0; platform_system == "Linux"
4+
onnxruntime-gpu>=1.29.0; platform_system == "Linux"
55
numpy>=2.5.1
66
pydantic>=2.5.0
77
torch>=2.13.0

0 commit comments

Comments
 (0)