Skip to content

Commit

Permalink
ci: add master core install for lint/test/dev (#170)
Browse files Browse the repository at this point in the history
  • Loading branch information
efriis authored Apr 9, 2024
1 parent 76c3623 commit a63d24a
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 11 deletions.
27 changes: 16 additions & 11 deletions libs/weaviate/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/weaviate/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ pytest-xdist = "^3.5.0"
openai = "^1.6.0"
tiktoken = ">=0.5.2,<0.7.0"
pytest-cov = ">=4.1,<6.0"
langchain-core = {git = "https://github.com/langchain-ai/langchain.git", subdirectory = "libs/core"}

[tool.poetry.group.codespell]
optional = true
Expand All @@ -49,12 +50,14 @@ ruff = ">=0.1.5,<0.4.0"
[tool.poetry.group.typing.dependencies]
mypy = ">=0.991,<1.10"
types-requests = "^2.31.0.20240403"
langchain-core = {git = "https://github.com/langchain-ai/langchain.git", subdirectory = "libs/core"}

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

[tool.poetry.group.dev.dependencies]
ipykernel = "^6.27.1"
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 a63d24a

Please sign in to comment.