huggingface: fix community dep checking (#21628)

This commit is contained in:
Erick Friis
2024-05-13 14:52:18 -07:00
committed by GitHub
parent 91a2ea5cd6
commit 9b51ca08bc
6 changed files with 42 additions and 19 deletions

View File

@@ -44,14 +44,12 @@ ruff = "^0.1.5"
[tool.poetry.group.typing.dependencies]
mypy = "^1"
langchain-core = { path = "../../core", develop = true }
langchain-community = { path = "../../community", develop = true }
[tool.poetry.group.dev]
optional = true
[tool.poetry.group.dev.dependencies]
langchain-core = { path = "../../core", develop = true }
langchain-community = { path = "../../community", develop = true }
ipykernel = "^6.29.2"
[tool.poetry.group.test_integration]