Skip to content

Commit 7edcace

Browse files
committed
fix pyarrow version.
1 parent 75e0664 commit 7edcace

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

python/pyproject.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,8 @@ maintainers = [
3838
dependencies = [
3939
"numpy>=2.0.0,<3",
4040
"pandas>=2.0",
41-
"pyarrow>=16.0"
41+
"pyarrow>=16.0,<18; python_version<'3.10'",
42+
"pyarrow>=18.0,<20; python_version>='3.10'"
4243
]
4344

4445
[project.urls]

0 commit comments

Comments
 (0)