Skip to content

Commit b04d420

Browse files
authored
Update mlir-tensorrt dependency version in Tripy (#399)
1 parent 259ebf3 commit b04d420

File tree

3 files changed

+7
-4
lines changed

3 files changed

+7
-4
lines changed

tripy/docs/packages.html

+3
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,9 @@
99

1010
<body>
1111
<h1>Package Index</h1>
12+
<a
13+
href="https://github.com/NVIDIA/TensorRT-Incubator/releases/download/tripy-v0.0.5/tripy-0.0.5-py3-none-any.whl">tripy-0.0.5-py3-none-any.whl</a><br>
14+
1215
<a
1316
href="https://github.com/NVIDIA/TensorRT-Incubator/releases/download/tripy-v0.0.4/tripy-0.0.4-py3-none-any.whl">tripy-0.0.4-py3-none-any.whl</a><br>
1417

tripy/pyproject.toml

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
[project]
22
name = "tripy"
3-
version = "0.0.4"
3+
version = "0.0.5"
44
authors = [{name = "NVIDIA", email="[email protected]"}]
55
description = "Tripy: A Python Programming Model For TensorRT"
66
readme = "README.md"
77
requires-python = ">= 3.9"
88
license = {text = "Apache 2.0"}
99
dependencies = [
1010
"tensorrt~=10.0",
11-
"mlir-tensorrt-compiler==0.1.36+cuda12.trt102",
12-
"mlir-tensorrt-runtime==0.1.36+cuda12.trt102",
11+
"mlir-tensorrt-compiler==0.1.37+cuda12.trt102",
12+
"mlir-tensorrt-runtime==0.1.37+cuda12.trt102",
1313
"colored==2.2.3",
1414
]
1515

tripy/tripy/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
# limitations under the License.
1616
#
1717

18-
__version__ = "0.0.4"
18+
__version__ = "0.0.5"
1919

2020
# Import TensorRT to make sure all dependent libraries are loaded first.
2121
import tensorrt

0 commit comments

Comments
 (0)