diff --git a/pyproject.toml b/pyproject.toml index 3d319419d3..465a8e9f26 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -9,6 +9,8 @@ requires = [ "typing-extensions>=4.7.0", "future>=0.18.3", "tensorrt-cu12>=10.3.0,<=10.6.0", + "tensorrt-cu12-bindings>=10.3.0,<=10.6.0", + "tensorrt-cu12-libs>=10.3.0,<=10.6.0", "torch>=2.6.0.dev,<2.7.0", "pybind11==2.6.2", "numpy",