Skip to content

Commit

Permalink
build(deps): use pandas[gcp, parquet] (#626)
Browse files Browse the repository at this point in the history
Co-authored-by: Yakov <[email protected]>
  • Loading branch information
tskir and addramir committed May 30, 2024
1 parent b60a19f commit fa6d500
Show file tree
Hide file tree
Showing 2 changed files with 41 additions and 37 deletions.
76 changes: 40 additions & 36 deletions poetry.lock

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

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ google = "^3.0.0"
omegaconf = "^2.3.0"
typing-extensions = "^4.9.0"
scikit-learn = "^1.3.2"
pandas = "^2.1.4"
pandas = {extras = ["gcp", "parquet"], version = "^2.2.2"}

[tool.poetry.dev-dependencies]
pre-commit = "^3.7.0"
Expand Down

0 comments on commit fa6d500

Please sign in to comment.