From 859c6ff6d0fb4fc2e800492dc39515a415c4c415 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 12 Mar 2026 11:33:38 +0000 Subject: [PATCH] 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.2.0) --- updated-dependencies: - dependency-name: cuda-python dependency-version: 13.2.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- docker/tensorrt/requirements-arm64.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker/tensorrt/requirements-arm64.txt b/docker/tensorrt/requirements-arm64.txt index 78d659746..442a006f4 100644 --- a/docker/tensorrt/requirements-arm64.txt +++ b/docker/tensorrt/requirements-arm64.txt @@ -1,2 +1,2 @@ -cuda-python == 12.6.*; platform_machine == 'aarch64' +cuda-python == 13.2.*; platform_machine == 'aarch64' numpy == 1.26.*; platform_machine == 'aarch64'