add tensorrt dependency (#27893)

old-commit-hash: 406840c377
beeps
YassineYousfi 2 years ago committed by GitHub
parent 6af062c979
commit 43d2928d39
  1. 4
      poetry.lock
  2. 1
      pyproject.toml

4
poetry.lock generated

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

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

Loading…
Cancel
Save