nvidia-trt: remove tritonclient all extra dep (#16749)

pull/12831/head^2
Erick Friis 5 months ago committed by GitHub
parent 36c0392dbe
commit c37ca45825
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

File diff suppressed because it is too large Load Diff

@ -13,7 +13,7 @@ license = "MIT"
[tool.poetry.dependencies]
python = ">=3.8.1,<4.0"
langchain-core = ">=0.0.12"
tritonclient = { extras = ["all"], version = "^2.40.0" }
tritonclient = {extras = ["grpc"], version = "^2.42.0"}
lint = "^1.2.1"
types-protobuf = "^4.24.0.4"
protobuf = "^3.5.0"

Loading…
Cancel
Save