add tensorrt dependency (#27893)

old-commit-hash: 406840c377
This commit is contained in:
YassineYousfi
2023-04-12 22:18:51 -07:00
committed by GitHub
parent 6af062c979
commit 43d2928d39
2 changed files with 3 additions and 2 deletions

4
poetry.lock generated
View File

@@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:53a85afec9f6d79c99cbfcda6d0cea1ebf252026cac8b7e8d02286ae7ea9aa06
size 629269
oid sha256:1c6961ba0c2fbee0174d3bb7232794182710b65a145d4c4f1777f45c9413dc60
size 635656

View File

@@ -176,6 +176,7 @@ zerorpc = { git = "https://github.com/commaai/zerorpc-python.git", branch = "mas
omegaconf = "^2.3.0"
osmnx = "==1.2.2"
tritonclient = {version = "2.28.0", extras = ["http"]}
tensorrt = "^8.6.0"
[build-system]