build: make langchain-serve optional
This commit is contained in:
parent
54da71cc0a
commit
dd4a9f50b6
1 changed files with 1 additions and 1 deletions
|
|
@ -51,7 +51,7 @@ websockets = "^11.0.2"
|
|||
tiktoken = "^0.3.3"
|
||||
wikipedia = "^1.4.0"
|
||||
gptcache = "^0.1.23"
|
||||
langchain-serve = { version = "^0.0.31", optional = true }
|
||||
langchain-serve = {version = "^0.0.31", optional = true}
|
||||
|
||||
[tool.poetry.group.dev.dependencies]
|
||||
black = "^23.1.0"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue