Skip to content

Commit

Permalink
ci: add master core install for lint/test/dev (#13)
Browse files Browse the repository at this point in the history
  • Loading branch information
efriis authored Apr 9, 2024
1 parent 366ee81 commit c39a344
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 12 deletions.
28 changes: 16 additions & 12 deletions libs/elasticsearch/poetry.lock

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

3 changes: 3 additions & 0 deletions libs/elasticsearch/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ pytest-watcher = "^0.3.4"
pytest-asyncio = "^0.21.1"
langchain = "^0.1.13"
langchain-text-splitters = ">=0.0.1,<0.1"
langchain-core = {git = "https://github.com/langchain-ai/langchain.git", subdirectory = "libs/core"}

[tool.poetry.group.codespell]
optional = true
Expand All @@ -43,11 +44,13 @@ ruff = "^0.1.5"

[tool.poetry.group.typing.dependencies]
mypy = "^0.991"
langchain-core = {git = "https://github.com/langchain-ai/langchain.git", subdirectory = "libs/core"}

[tool.poetry.group.dev]
optional = true

[tool.poetry.group.dev.dependencies]
langchain-core = {git = "https://github.com/langchain-ai/langchain.git", subdirectory = "libs/core"}

[tool.poetry.group.test_integration]
optional = true
Expand Down

0 comments on commit c39a344

Please sign in to comment.