Skip to content

Commit b2da8c7

Browse files
authored
Update PyArrow to 18.0.0 (#1256)
1 parent 73ec7d9 commit b2da8c7

File tree

2 files changed

+46
-43
lines changed

2 files changed

+46
-43
lines changed

poetry.lock

Lines changed: 45 additions & 42 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ fsspec = ">=2023.1.0,<2025.1.0"
6161
pyparsing = ">=3.1.0,<4.0.0"
6262
zstandard = ">=0.13.0,<1.0.0"
6363
tenacity = ">=8.2.3,<10.0.0"
64-
pyarrow = { version = ">=14.0.0,<18.0.0", optional = true }
64+
pyarrow = { version = ">=14.0.0,<19.0.0", optional = true }
6565
pandas = { version = ">=1.0.0,<3.0.0", optional = true }
6666
duckdb = { version = ">=0.5.0,<2.0.0", optional = true }
6767
ray = [

0 commit comments

Comments
 (0)