Skip to content

Commit 6b9d179

Browse files
chore(deps): update onnxruntime requirement from >=1.16.0 to >=1.24.3 (#99)
Updates the requirements on [onnxruntime](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/ReleaseManagement.md) - [Commits](microsoft/onnxruntime@v1.16.0...v1.24.3) --- updated-dependencies: - dependency-name: onnxruntime dependency-version: 1.24.3 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 08f1a20 commit 6b9d179

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ optuna>=3.1.0
5151
shap>=0.42.0
5252

5353
# Optimised inference (serve exported ONNX models)
54-
onnxruntime>=1.16.0
54+
onnxruntime>=1.24.3
5555

5656
# Testing and Development
5757
pytest>=7.0.0

0 commit comments

Comments
 (0)