Skip to content

Commit

Permalink
deps: add pyarrow, dependencies of pandas 3.0
Browse files Browse the repository at this point in the history
**warning:**
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

```py
import pandas as pd
```

Signed-off-by: Avelino <31996+avelino@users.noreply.github.com>
  • Loading branch information
avelino committed Feb 29, 2024
1 parent 33feab7 commit d8be90c
Show file tree
Hide file tree
Showing 2 changed files with 51 additions and 2 deletions.
52 changes: 50 additions & 2 deletions 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 @@ -26,6 +26,7 @@ alembic = "^1.12.1"
langchain-community = "^0.0.20"
importlib-metadata = "^7.0.1"
langchain-openai = "^0.0.6"
pyarrow = "^15.0.0"

[tool.poetry.group.dev.dependencies]
ipdb = "^0.13.13"
Expand Down

0 comments on commit d8be90c

Please sign in to comment.