@@ -8,7 +8,7 @@ requires = [
88 " cffi>=1.15.1" ,
99 " typing-extensions>=4.7.0" ,
1010 " future>=0.18.3" ,
11- " tensorrt-cu12>=10.9 .0,<10.10 .0; 'tegra' not in platform_release" ,
11+ " tensorrt-cu12>=10.11 .0,<10.12 .0; 'tegra' not in platform_release" ,
1212 " tensorrt>=10.3.0,<10.4.0; 'tegra' in platform_release" ,
1313 " torch>=2.8.0.dev,<2.9.0; 'tegra' not in platform_release" ,
1414 " torch>=2.7.0,<2.8.0; 'tegra' in platform_release" ,
@@ -61,12 +61,12 @@ dependencies = [
6161 " torch>=2.8.0.dev,<2.9.0; 'tegra' not in platform_release" ,
6262 " torch>=2.7.0,<2.8.0; 'tegra' in platform_release" ,
6363
64- " tensorrt>=10.9 .0,<10.10 .0; 'tegra' not in platform_release" ,
64+ " tensorrt>=10.11 .0,<10.12 .0; 'tegra' not in platform_release" ,
6565 " tensorrt>=10.3.0,<10.4.0; 'tegra' in platform_release" ,
6666
67- " tensorrt-cu12>=10.9 .0,<10.10 .0; 'tegra' not in platform_release" ,
68- " tensorrt-cu12-bindings>=10.9 .0,<10.10 .0; 'tegra' not in platform_release" ,
69- " tensorrt-cu12-libs>=10.9 .0,<10.10 .0; 'tegra' not in platform_release" ,
67+ " tensorrt-cu12>=10.11 .0,<10.12 .0; 'tegra' not in platform_release" ,
68+ " tensorrt-cu12-bindings>=10.11 .0,<10.12 .0; 'tegra' not in platform_release" ,
69+ " tensorrt-cu12-libs>=10.11 .0,<10.12 .0; 'tegra' not in platform_release" ,
7070
7171 " packaging>=23" ,
7272
@@ -101,7 +101,6 @@ torchvision = [
101101quantization = [" nvidia-modelopt[all]>=0.27.1" ]
102102monitoring-tools = [" rich>=13.7.1" ]
103103jupyter = [" rich[jupyter]>=13.7.1" ]
104- distributed = [" tensorrt-llm>=0.16.0" ]
105104
106105[project .urls ]
107106Homepage = " https://pytorch.org/tensorrt"
0 commit comments