ci: add more dependencies for dev notebook testing (#1700)

This commit is contained in:
Vadym Barda
2024-09-12 16:59:03 +00:00
committed by GitHub
parent fc4243ae67
commit 2ef551fac7
2 changed files with 974 additions and 65 deletions
Generated
+970 -64
View File
File diff suppressed because it is too large Load Diff
+4 -1
View File
@@ -31,10 +31,13 @@ mkdocs-exclude = "^1.0.2"
[tool.poetry.group.test.dependencies]
langchain-openai = "^0.1.23"
langchain-anthropic = "^0.1.23"
numpy = "^2.1.1"
numpy = "^1.26.4"
redis = "^5.0.8"
pymongo = "^4.8.0"
motor = "^3.5.1"
langchain-community = "^0.2.16"
grandalf = "^0.8"
pyppeteer = "^2.0.0"
[tool.poetry.group.test]
optional = true