Skip to content

Commit 195255a

Browse files
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.23.0) --- updated-dependencies: - dependency-name: onnxruntime dependency-version: 1.23.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 3726e54 commit 195255a

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.8.0
1111
numpy >1.20.0, <1.27.0
1212
onnx >1.12.0, <1.20.0
13-
onnxruntime >=1.12.0, <1.23.0
13+
onnxruntime >=1.12.0, <1.24.0
1414
onnxscript >= 0.1.0, < 0.5.0
1515
psutil <7.1.1 # for `DeviceStatsMonitor`
1616
pandas >2.0, <2.4.0 # needed in benchmarks

0 commit comments

Comments
 (0)