Skip to content

Commit cb87e21

Browse files
Update pyarrow requirement from <16,>=7 to >=7,<17
Updates the requirements on [pyarrow](https://github.com/apache/arrow) to permit the latest version. - [Commits](apache/arrow@go/v7.0.0...go/v16.0.0) --- updated-dependencies: - dependency-name: pyarrow dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 4c41ccc commit cb87e21

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
@@ -25,7 +25,7 @@ dependencies = [
2525
"numpy >= 1.18.5,<2",
2626
"pandas >= 1.4,< 2.3",
2727
"pandera >= 0.12, < 0.19",
28-
"pyarrow>=7, <16",
28+
"pyarrow>=7, <17",
2929
"rmi.etoolbox @ git+https://github.com/rmi/etoolbox.git",
3030
]
3131

0 commit comments

Comments
 (0)