From 4cae5d2d37093e76f2cf106d30df8984bae6ba18 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 19 May 2025 12:06:48 +0000 Subject: [PATCH] Update cython requirement from ==3.0.* to ==3.1.* in /docker/tensorrt Updates the requirements on [cython](https://github.com/cython/cython) to permit the latest version. - [Release notes](https://github.com/cython/cython/releases) - [Changelog](https://github.com/cython/cython/blob/master/CHANGES.rst) - [Commits](https://github.com/cython/cython/compare/3.0a1...3.1.1) --- updated-dependencies: - dependency-name: cython dependency-version: 3.1.1 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- docker/tensorrt/requirements-amd64.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker/tensorrt/requirements-amd64.txt b/docker/tensorrt/requirements-amd64.txt index 0e003ca3d..b8bcf006c 100644 --- a/docker/tensorrt/requirements-amd64.txt +++ b/docker/tensorrt/requirements-amd64.txt @@ -4,7 +4,7 @@ numpy < 1.24; platform_machine == 'x86_64' tensorrt == 8.6.1; platform_machine == 'x86_64' tensorrt_bindings == 8.6.1; platform_machine == 'x86_64' cuda-python == 11.8.*; platform_machine == 'x86_64' -cython == 3.0.*; platform_machine == 'x86_64' +cython == 3.1.*; platform_machine == 'x86_64' nvidia-cuda-runtime-cu12 == 12.1.*; platform_machine == 'x86_64' nvidia-cuda-runtime-cu11 == 11.8.*; platform_machine == 'x86_64' nvidia-cublas-cu11 == 11.11.3.6; platform_machine == 'x86_64'