Skip to content

Commit 7a8e2e9

Browse files
Update onnxruntime requirement from <1.13.0 to <1.14.0 in /requirements (#15672)
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@v0.1.4...v1.13.1) --- updated-dependencies: - dependency-name: onnxruntime dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]> Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent c451288 commit 7a8e2e9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

requirements/pytorch/test.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ pre-commit==2.20.0
99
# needed in tests
1010
cloudpickle>=1.3, <=2.1.0
1111
scikit-learn>0.22.1, <1.1.3
12-
onnxruntime<1.13.0
12+
onnxruntime<1.14.0
1313
psutil<5.9.4 # for `DeviceStatsMonitor`
1414
pandas>1.0, <1.5.2 # needed in benchmarks
1515
fastapi<0.87.0

0 commit comments

Comments
 (0)