Skip to content

Commit 8d49083

Browse files
authored
Prevent pyarrow 19.0.0 from being installed (#516)
1 parent f9fa0fb commit 8d49083

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ dependencies = [
2929
"numba>=0.58",
3030
"numpy>=2,<3",
3131
"pandas>=2.0",
32-
"pyarrow>=14.0.1",
32+
"pyarrow>=14.0.1,!=19.0.0",
3333
"pydantic>=2.0",
3434
"scipy>=1.7.2",
3535
"typing-extensions>=4.3.0",

0 commit comments

Comments
 (0)