Skip to content

Commit 8d60850

Browse files
fix(deps)(deps): update onnx requirement in /ml-service
Updates the requirements on [onnx](https://github.com/onnx/onnx) to permit the latest version. - [Release notes](https://github.com/onnx/onnx/releases) - [Changelog](https://github.com/onnx/onnx/blob/main/docs/Changelog-ml.md) - [Commits](onnx/onnx@v1.15.0...v1.22.0) --- updated-dependencies: - dependency-name: onnx dependency-version: 1.22.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 4a62952 commit 8d60850

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
@@ -6,5 +6,5 @@ numpy>=2.5.1
66
pydantic>=2.5.0
77
torch>=2.1.0
88
torchvision>=0.28.0
9-
onnx>=1.15.0
9+
onnx>=1.22.0
1010
onnxruntime-quantization>=0.1.3

0 commit comments

Comments
 (0)