Compare commits

...

2 Commits

Author SHA1 Message Date
dependabot[bot]
e65a78ee2b
Merge f3b7c642e8 into efe585a920 2026-06-11 14:43:32 +02:00
dependabot[bot]
f3b7c642e8
Update cuda-python requirement in /docker/tensorrt
Updates the requirements on [cuda-python](https://github.com/NVIDIA/cuda-python) to permit the latest version.
- [Release notes](https://github.com/NVIDIA/cuda-python/releases)
- [Commits](https://github.com/NVIDIA/cuda-python/compare/v12.6.0...v13.3.0)

---
updated-dependencies:
- dependency-name: cuda-python
  dependency-version: 13.3.0
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
2026-05-27 13:36:16 +00:00

View File

@ -1,2 +1,2 @@
cuda-python == 12.6.*; platform_machine == 'aarch64'
cuda-python == 13.3.*; platform_machine == 'aarch64'
numpy == 1.26.*; platform_machine == 'aarch64'