TensorRT 10.13.3 OSS Release (#4570)

Signed-off-by: Kevin Chen <kevinch@nvidia.com>
This commit is contained in:
Kevin Chen
2025-09-08 17:14:59 -07:00
committed by GitHub
parent a471b2aed8
commit 94e2b9ef6d
81 changed files with 1549 additions and 700 deletions
+3 -2
View File
@@ -1,4 +1,5 @@
# Required for building wheel files
wheel==0.37.1
setuptools~=69.5.1; python_version<"3.12"
setuptools~=80.4.0; python_version>="3.12"
setuptools~=75.3.2; python_version<"3.10"
setuptools~=80.9.0; python_version>="3.10"