Compare commits

...

2 Commits

Author SHA1 Message Date
dependabot[bot]
fb5bc32ae9
Merge 05a357c71d67eea4f92c3a39283442b7249ed691 into 36fb27ef56f415bac95fd5d615327959eb7c6308 2025-11-01 20:56:58 +05:30
dependabot[bot]
05a357c71d
Update onnxruntime-gpu requirement in /docker/tensorrt
Updates the requirements on [onnxruntime-gpu](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](https://github.com/microsoft/onnxruntime/compare/v1.22.0...v1.23.0)

---
updated-dependencies:
- dependency-name: onnxruntime-gpu
  dependency-version: 1.23.0
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-10-06 11:58:04 +00:00

View File

@ -14,5 +14,5 @@ nvidia_cusparse_cu12==12.5.1.*; platform_machine == 'x86_64'
nvidia_nccl_cu12==2.23.4; platform_machine == 'x86_64'
nvidia_nvjitlink_cu12==12.5.82; platform_machine == 'x86_64'
onnx==1.16.*; platform_machine == 'x86_64'
onnxruntime-gpu==1.22.*; platform_machine == 'x86_64'
onnxruntime-gpu==1.23.*; platform_machine == 'x86_64'
protobuf==3.20.3; platform_machine == 'x86_64'