mirror of
https://github.com/hwchase17/langchain.git
synced 2025-07-14 17:07:25 +00:00
nvidia-trt: remove tritonclient all extra dep (#16749)
This commit is contained in:
parent
36c0392dbe
commit
c37ca45825
940
libs/partners/nvidia-trt/poetry.lock
generated
940
libs/partners/nvidia-trt/poetry.lock
generated
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…
Reference in New Issue
Block a user