From b1bf274d641d19c1b6a665d5f40104260af42583 Mon Sep 17 00:00:00 2001 From: lanluo-nvidia Date: Tue, 17 Sep 2024 10:37:38 -0700 Subject: [PATCH] test --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 26f8e97b80..c382f0195b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -54,7 +54,7 @@ keywords = [ "inference", ] dependencies = [ - "torch >=2.5.0.dev,<2.6.0", + "torch >=2.6.0.dev,<2.7.0", "tensorrt-cu12==10.3.0", "tensorrt-cu12-bindings==10.3.0", "tensorrt-cu12-libs==10.3.0",