Skip to content

Commit

Permalink
Dependencies: Add pyarrow package, pandas says it needs it
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
amotl committed Jan 29, 2024
1 parent c4b5df3 commit 8176bd8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,7 @@ dataframe = [
"dask",
"numpy",
"pandas",
"pyarrow",
]
develop = [
"black[jupyter]<24",
Expand Down

0 comments on commit 8176bd8

Please sign in to comment.