Skip to content

Commit 42fafb7

Browse files
committed
revert test dependencies.
1 parent c4103e1 commit 42fafb7

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

requirements/pytorch/test.txt

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,3 @@ fastapi # for `ServableModuleValidator` # not setting version as re-defined in
1717
uvicorn # for `ServableModuleValidator` # not setting version as re-defined in App
1818

1919
tensorboard >=2.9.1, <2.21.0 # for `TensorBoardLogger`
20-
21-
torch-tensorrt >=1.4.0, <2.8.0; platform_system == "Linux" and python_version < "3.11" # Initial linux support starts from 1.4.0
22-
torch-tensorrt >=2.3.0, <2.8.0; platform_system != "Darwin" and python_version < "3.11" # Initial windows support starts from 2.3.0
23-
torch-tensorrt >=2.5.0, <2.8.0; platform_system != "Darwin" and python_version >= "3.12"

0 commit comments

Comments
 (0)