mirror of
https://github.com/langchain-ai/langgraph.git
synced 2026-09-02 14:28:46 +02:00
ci: add more dependencies for dev notebook testing (#1700)
This commit is contained in:
Generated
+970
-64
File diff suppressed because it is too large
Load Diff
+4
-1
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user