Skip to content

Commit 9ace8b7

Browse files
build(deps): update onnx requirement from <1.19.0,>1.12.0 to >1.12.0,<1.20.0 in /requirements (#21136)
build(deps): update onnx requirement in /requirements Updates the requirements on [onnx](https://github.com/onnx/onnx) to permit the latest version. - [Release notes](https://github.com/onnx/onnx/releases) - [Changelog](https://github.com/onnx/onnx/blob/main/docs/Changelog-ml.md) - [Commits](onnx/onnx@v1.13.0...v1.19.0) --- updated-dependencies: - dependency-name: onnx dependency-version: 1.19.0 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 824dfb1 commit 9ace8b7

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
@@ -9,7 +9,7 @@ pytest-random-order ==1.2.0
99
cloudpickle >=1.3, <3.2.0
1010
scikit-learn >0.22.1, <1.8.0
1111
numpy >1.20.0, <1.27.0
12-
onnx >1.12.0, <1.19.0
12+
onnx >1.12.0, <1.20.0
1313
onnxruntime >=1.12.0, <1.23.0
1414
onnxscript >= 0.1.0, < 0.5.0
1515
psutil <7.0.1 # for `DeviceStatsMonitor`

0 commit comments

Comments
 (0)