Skip to content

Commit

Permalink
Relax Arrow requirement.
Browse files Browse the repository at this point in the history
  • Loading branch information
matz-e committed Aug 13, 2024
1 parent eee1c15 commit 0277eff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ dependencies = [
"numpy<2",
"packaging",
"pandas",
"pyarrow<15",
"pyarrow",
"pyspark>=3",
]

Expand Down

0 comments on commit 0277eff

Please sign in to comment.