From f141f9b594532a4d8b9301bb9c3c2c2870f5d0bc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 30 Jan 2023 11:24:30 +0000 Subject: [PATCH] Bump nvidia-tensorrt from 8.4.1.5 to 99.0.0 Bumps [nvidia-tensorrt](https://github.com/nvidia/tensorrt) from 8.4.1.5 to 99.0.0. - [Release notes](https://github.com/nvidia/tensorrt/releases) - [Changelog](https://github.com/NVIDIA/TensorRT/blob/main/CHANGELOG.md) - [Commits](https://github.com/nvidia/tensorrt/commits) --- updated-dependencies: - dependency-name: nvidia-tensorrt dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- requirements-tensorrt.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements-tensorrt.txt b/requirements-tensorrt.txt index 90517babd..026d9c0a1 100644 --- a/requirements-tensorrt.txt +++ b/requirements-tensorrt.txt @@ -1,6 +1,6 @@ # NVidia TensorRT Support (amd64 only) nvidia-pyindex; platform_machine == 'x86_64' -nvidia-tensorrt == 8.4.1.5; platform_machine == 'x86_64' +nvidia-tensorrt == 99.0.0; platform_machine == 'x86_64' cuda-python == 11.7; platform_machine == 'x86_64' cython == 0.29.*; platform_machine == 'x86_64' nvidia-cuda-runtime-cu11 == 11.7.*; platform_machine == 'x86_64'