Skip to content

Commit

Permalink
Add pyarrow dependency.
Browse files Browse the repository at this point in the history
This is required on (at least) Ubuntu for the
Polars DataFrame to Pandas DataFrame conversion.
  • Loading branch information
Michael O'Keefe authored and Michael O'Keefe committed Nov 14, 2024
1 parent 5e6d35c commit 676f912
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,8 @@ dependencies = [
"seaborn>=0.10",
"typing_extensions",
"pypi-multi-versions",
"PyYAML==6.0.2"
"PyYAML==6.0.2",
"pyarrow>=10.0.1"
]

[project.urls]
Expand Down

0 comments on commit 676f912

Please sign in to comment.