Compare commits

...

2 Commits

Author SHA1 Message Date
dependabot[bot]
64856cffc0
Merge 0fabfa8ca8 into 1a75251ffb 2025-11-29 16:15:05 +01:00
dependabot[bot]
0fabfa8ca8
Update cython requirement from ==3.0.* to ==3.2.* 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.2.0)

---
updated-dependencies:
- dependency-name: cython
  dependency-version: 3.2.0
  dependency-type: direct:production
...

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

View File

@ -1,6 +1,6 @@
# NVidia TensorRT Support (amd64 only)
--extra-index-url 'https://pypi.nvidia.com'
cython==3.0.*; platform_machine == 'x86_64'
cython==3.2.*; platform_machine == 'x86_64'
nvidia_cuda_cupti_cu12==12.5.82; platform_machine == 'x86_64'
nvidia-cublas-cu12==12.5.3.*; platform_machine == 'x86_64'
nvidia-cudnn-cu12==9.3.0.*; platform_machine == 'x86_64'