Skip to content
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

Updated to dependencies to the latest versions #53

Open
wants to merge 2 commits into
base: develop
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
816 changes: 480 additions & 336 deletions components/poetry.lock

Large diffs are not rendered by default.

8 changes: 4 additions & 4 deletions components/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,10 @@ kfp = ">=2.0.1,<3.0.0"
pyyaml = "6.0.1"

[tool.poetry.group.dev.dependencies]
google-cloud-aiplatform = ">=1.30.1"
google-cloud-bigquery = ">=2.30.0"
google-cloud-pipeline-components = "^2.1.0"
pytest = ">=7.3.1,<8.0.0"
google-cloud-aiplatform = "^1.54.1"
google-cloud-bigquery = "^3.24.0"
google-cloud-pipeline-components = "^2.14.1"
pytest = ">=7.3.1,<8.2.2"

[build-system]
requires = ["poetry-core>=1.0.0"]
Expand Down
727 changes: 362 additions & 365 deletions model/poetry.lock

Large diffs are not rendered by default.

10 changes: 5 additions & 5 deletions model/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,14 +7,14 @@ readme = "README.md"

[tool.poetry.dependencies]
python = "^3.9"
scikit-learn = "^1.3.0"
xgboost = "^1.7.6"
pandas = "^2.0.3"
scikit-learn = "^1.5.0"
xgboost = "^2.0.3"
pandas = "^2.2.2"

[tool.poetry.group.prediction.dependencies]
fastapi = {extras = ["uvicorn"], version = "^0.100.0"}
uvicorn = "^0.23.1"
google-cloud-storage = "^2.10.0"
uvicorn = "^0.30.1"
google-cloud-storage = "^2.17.0"

[build-system]
requires = ["poetry-core"]
Expand Down
Loading