Skip to content

Commit a527f43

Browse files
authored
chore: relax pyarrow upper bound to < 25.0.0 (#247)
1 parent a3c0c4d commit a527f43

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ dependencies = [
2222
"pandas >= 2.1",
2323
"scikit-learn >= 1.0",
2424
"shapely >= 2.0.1",
25-
"pyarrow >= 10.0.0, < 19.0.0",
25+
"pyarrow >= 10.0.0, < 25.0.0",
2626
"requests >= 2.31.0",
2727
"python-sat >= 0.1.8.dev",
2828
"beartype >= 0.14.0, < 0.16.0",

0 commit comments

Comments
 (0)