Skip to content

Commit a887971

Browse files
peri044zewenli98
authored andcommitted
chore: Update versions (#2732)
1 parent b6a9c71 commit a887971

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

dev_dep_versions.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
__version__: "2.3.0.dev0"
1+
__version__: "2.3.0"
22
__cuda_version__: "12.1"
33
__cudnn_version__: "8.9"
44
__tensorrt_version__: "10.0.0.6"

pyproject.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@ requires = [
88
"cffi>=1.15.1",
99
"typing-extensions>=4.7.0",
1010
"future>=0.18.3",
11-
"tensorrt",
12-
"torch >=2.4.0.dev,<2.5.0",
11+
"tensorrt>=8.6,<8.7",
12+
"torch==2.3.0",
1313
"pybind11==2.6.2",
1414
"numpy",
1515
]
@@ -41,8 +41,8 @@ readme = {file = "py/README.md", content-type = "text/markdown"}
4141
requires-python = ">=3.8"
4242
keywords = ["pytorch", "torch", "tensorrt", "trt", "ai", "artificial intelligence", "ml", "machine learning", "dl", "deep learning", "compiler", "dynamo", "torchscript", "inference"]
4343
dependencies = [
44-
"torch >=2.4.0.dev,<2.5.0",
45-
"tensorrt",
44+
"torch==2.3.0",
45+
"tensorrt>=8.6,<8.7",
4646
"packaging>=23",
4747
"numpy",
4848
"typing-extensions>=4.7.0",

0 commit comments

Comments
 (0)