Skip to content

Commit 324fe97

Browse files
Update pyarrow requirement from <13,>=7 to >=7,<14
1 parent 1f978b4 commit 324fe97

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
@@ -24,7 +24,7 @@ dependencies = [
2424
"numpy >= 1.18.5,<2",
2525
"pandas >= 1.4,< 2.1",
2626
"pandera >= 0.12, < 0.17",
27-
"pyarrow>=7, <13",
27+
"pyarrow>=7, <14",
2828
"rmi.etoolbox @ git+https://github.com/rmi/etoolbox.git",
2929
]
3030

0 commit comments

Comments
 (0)