Skip to content

Commit ffec870

Browse files
build(deps): update onnxruntime requirement from <1.19.0,>=1.12.0 to >=1.12.0,<1.21.0 in /requirements (#20738)
build(deps): update onnxruntime requirement in /requirements 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.12.0...v1.20.1) --- updated-dependencies: - dependency-name: onnxruntime dependency-version: 1.20.1 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent fd1a38b commit ffec870

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

requirements/pytorch/test.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ cloudpickle >=1.3, <3.2.0
1010
scikit-learn >0.22.1, <1.4.0
1111
numpy >=1.17.2, <1.27.0
1212
onnx >=1.12.0, <1.17.0
13-
onnxruntime >=1.12.0, <1.19.0
13+
onnxruntime >=1.12.0, <1.21.0
1414
psutil <5.9.6 # for `DeviceStatsMonitor`
1515
pandas >1.0, <2.2.0 # needed in benchmarks
1616
fastapi # for `ServableModuleValidator` # not setting version as re-defined in App

0 commit comments

Comments
 (0)