Skip to content

Commit

Permalink
chore: add pyarrow dependency version 15.0.0 because following reason:
Browse files Browse the repository at this point in the history
- if not install `pyarrow` it will show below error at `import pandas as pd`
Pyarrow will become a required dependency of pandas in the next major release of pandas (pandas 3.0),
(to allow more performant data types, such as the Arrow string type, and better interoperability with other libraries)
but was not found to be installed on your system.
If this would cause problems for you,
please provide us feedback at pandas-dev/pandas#54466
  • Loading branch information
peterxcli committed Jan 25, 2024
1 parent 9eb6d66 commit fb2d5b8
Show file tree
Hide file tree
Showing 2 changed files with 50 additions and 1 deletion.
50 changes: 49 additions & 1 deletion poetry.lock

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

1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ google-cloud-aiplatform = "1.39.0"
langchain = "0.1.3"
pandas = "2.2.0"
langchain-google-vertexai = "0.0.2"
pyarrow = "^15.0.0"


[build-system]
Expand Down

0 comments on commit fb2d5b8

Please sign in to comment.