Skip to content

Commit

Permalink
x
Browse files Browse the repository at this point in the history
  • Loading branch information
efriis committed Jan 13, 2025
1 parent 1457f2f commit 2847194
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
2 changes: 1 addition & 1 deletion libs/langchain/poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

9 changes: 9 additions & 0 deletions libs/langchain/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -153,6 +153,15 @@ jupyter = "^1.0.0"
playwright = "^1.28.0"
setuptools = "^67.6.1"


[[tool.poetry.group.test.dependencies.numpy]]
version = ">=1.22.4,<2"
python = "<3.12"

[[tool.poetry.group.test.dependencies.numpy]]
version = ">=1.26.2,<3"
python = ">=3.12"

[tool.poetry.group.test.dependencies.langchain-tests]
path = "../standard-tests"
develop = true
Expand Down

0 comments on commit 2847194

Please sign in to comment.