Skip to content

Commit

Permalink
ci: add master core install for lint/test/dev (#130)
Browse files Browse the repository at this point in the history
* ci: add master core install for lint/test/dev

---------

Co-authored-by: Leonid Kuligin <[email protected]>
  • Loading branch information
efriis and lkuligin authored Apr 10, 2024
1 parent 9c35638 commit aeb175c
Show file tree
Hide file tree
Showing 4 changed files with 65 additions and 46 deletions.
28 changes: 17 additions & 11 deletions libs/genai/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/genai/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ syrupy = "^4.0.2"
pytest-watcher = "^0.3.4"
pytest-asyncio = "^0.21.1"
numpy = "^1.26.2"
langchain-core = {git = "https://github.com/langchain-ai/langchain.git", subdirectory = "libs/core"}

[tool.poetry.group.codespell]
optional = true
Expand All @@ -56,6 +57,7 @@ types-requests = "^2.28.11.5"
types-google-cloud-ndb = "^2.2.0.1"
types-pillow = "^10.1.0.2"
types-protobuf = "^4.24.0.20240302"
langchain-core = {git = "https://github.com/langchain-ai/langchain.git", subdirectory = "libs/core"}

[tool.poetry.group.dev]
optional = true
Expand All @@ -65,6 +67,7 @@ pillow = "^10.1.0"
types-requests = "^2.31.0.10"
types-pillow = "^10.1.0.2"
types-google-cloud-ndb = "^2.2.0.1"
langchain-core = {git = "https://github.com/langchain-ai/langchain.git", subdirectory = "libs/core"}

[tool.ruff]
select = [
Expand Down
74 changes: 39 additions & 35 deletions libs/vertexai/poetry.lock

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

6 changes: 6 additions & 0 deletions libs/vertexai/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ types-requests = "^2.31.0.20231231"
types-protobuf = "^4.24.0.4"
numexpr = "^2.8.6"
google-api-python-client = "^2.117.0"
langchain-core = {git = "https://github.com/langchain-ai/langchain.git", subdirectory = "libs/core"}

[tool.poetry.group.codespell]
optional = true
Expand All @@ -59,6 +60,11 @@ ruff = "^0.1.5"
[tool.poetry.group.typing.dependencies]
mypy = "^1"
types-google-cloud-ndb = "^2.2.0.20240106"
langchain-core = {git = "https://github.com/langchain-ai/langchain.git", subdirectory = "libs/core"}


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

[tool.poetry.extras]
anthropic = ["anthropic"]
Expand Down

0 comments on commit aeb175c

Please sign in to comment.