-
Notifications
You must be signed in to change notification settings - Fork 159
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
genai: update pyproject as vertexai #420
base: main
Are you sure you want to change the base?
genai: update pyproject as vertexai #420
Conversation
3b64b20
to
3fbcd87
Compare
3fbcd87
to
5a5f8c1
Compare
9bf4893
to
35bb8f6
Compare
libs/genai/pyproject.toml
Outdated
@@ -46,6 +54,10 @@ codespell = "^2.2.0" | |||
optional = true | |||
|
|||
[tool.poetry.group.test_integration.dependencies] | |||
numexpr = { version = "^2.8.8", python = ">=3.9,<4.0" } | |||
google-api-python-client = "^2.114.0" | |||
google-cloud-datastore = "^2.19.0" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
we don't use this library in this project
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@lkuligin
I updated PR. Remove unused libs.
libs/genai/pyproject.toml
Outdated
numexpr = { version = "^2.8.8", python = ">=3.9,<4.0" } | ||
google-api-python-client = "^2.114.0" | ||
google-cloud-datastore = "^2.19.0" | ||
langchain = { git = "https://github.com/langchain-ai/langchain.git", subdirectory = "libs/langchain" } |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
same here, why do we need this change?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@lkuligin
I updated PR. Remove unused libs.
35bb8f6
to
32655bc
Compare
5779ee2
to
566a9ba
Compare
566a9ba
to
2ef7214
Compare
This PR aligns the pyproject.toml files for genai and vertexai, reducing maintenance costs.
Changes