Skip to content

Commit e21ee0e

Browse files
build(deps): update onnxruntime requirement from <1.21.0,>=1.12.0 to >=1.12.0,<1.23.0 in /requirements (#21090)
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.22.1) --- updated-dependencies: - dependency-name: onnxruntime dependency-version: 1.22.1 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 737c1c6 commit e21ee0e

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.7.0
1111
numpy >=1.17.2, <1.27.0
1212
onnx >=1.12.0, <1.19.0
13-
onnxruntime >=1.12.0, <1.21.0
13+
onnxruntime >=1.12.0, <1.23.0
1414
onnxscript >= 0.2.2, <0.4.0
1515
psutil <7.0.1 # for `DeviceStatsMonitor`
1616
pandas >2.0, <2.4.0 # needed in benchmarks

0 commit comments

Comments
 (0)