Skip to content

Commit

Permalink
Update PyArrow to 18.0.0 (#1256)
Browse files Browse the repository at this point in the history
  • Loading branch information
Fokko authored Oct 30, 2024
1 parent 73ec7d9 commit b2da8c7
Show file tree
Hide file tree
Showing 2 changed files with 46 additions and 43 deletions.
87 changes: 45 additions & 42 deletions poetry.lock

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

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ fsspec = ">=2023.1.0,<2025.1.0"
pyparsing = ">=3.1.0,<4.0.0"
zstandard = ">=0.13.0,<1.0.0"
tenacity = ">=8.2.3,<10.0.0"
pyarrow = { version = ">=14.0.0,<18.0.0", optional = true }
pyarrow = { version = ">=14.0.0,<19.0.0", optional = true }
pandas = { version = ">=1.0.0,<3.0.0", optional = true }
duckdb = { version = ">=0.5.0,<2.0.0", optional = true }
ray = [
Expand Down

0 comments on commit b2da8c7

Please sign in to comment.