diff --git a/tripy/nvtripy/__init__.py b/tripy/nvtripy/__init__.py index ecff8b158..dea7e52eb 100644 --- a/tripy/nvtripy/__init__.py +++ b/tripy/nvtripy/__init__.py @@ -15,7 +15,7 @@ # limitations under the License. # -__version__ = "0.1.3" +__version__ = "0.1.4" # Import TensorRT to make sure all dependent libraries are loaded first. import tensorrt diff --git a/tripy/pyproject.toml b/tripy/pyproject.toml index 43b1c9125..0af40506d 100644 --- a/tripy/pyproject.toml +++ b/tripy/pyproject.toml @@ -1,13 +1,13 @@ [project] name = "nvtripy" -version = "0.1.3" +version = "0.1.4" authors = [{ name = "NVIDIA", email = "svc_tensorrt@nvidia.com" }] description = "Tripy: A Python Programming Model For TensorRT" readme = "README.md" requires-python = ">= 3.9" license = { text = "Apache 2.0" } dependencies = [ - "tensorrt>=10.11", + "tensorrt>=10.11,<=10.13.0.35", "mlir-tensorrt-compiler==0.1.43+cuda12.trt109", "mlir-tensorrt-runtime==0.1.43+cuda12.trt109", "colored==2.2.3",