Skip to content

Commit ac24bba

Browse files
fix: pin pyarrow version to avoid installation issues with latest versions
1 parent 7d95f0e commit ac24bba

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
@@ -16,7 +16,7 @@ dependencies = [
1616
"sniffio",
1717
"cached-property; python_version < '3.8'",
1818
"pandas; python_version >= '3.7'",
19-
"pyarrow>=11.0.0",
19+
"pyarrow==11.0.0",
2020
"pyyaml>=6.0",
2121
"requests_toolbelt>=1.0.0",
2222
]

0 commit comments

Comments
 (0)