Skip to content

Commit 69795be

Browse files
authored
chore: Update versions (#2732)
1 parent bb7592f commit 69795be

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
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__: "8.6"

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ requires = [
99
"typing-extensions>=4.7.0",
1010
"future>=0.18.3",
1111
"tensorrt>=8.6,<8.7",
12-
"torch >=2.3.0.dev,<2.4.0",
12+
"torch==2.3.0",
1313
"pybind11==2.6.2",
1414
"numpy",
1515
]
@@ -41,7 +41,7 @@ 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.3.0.dev,<2.4.0",
44+
"torch==2.3.0",
4545
"tensorrt>=8.6,<8.7",
4646
"packaging>=23",
4747
"numpy",

0 commit comments

Comments
 (0)