Skip to content

Commit fec9e14

Browse files
Update pyarrow requirement from <20,>=15 to >=15,<24
Updates the requirements on [pyarrow](https://github.com/apache/arrow) to permit the latest version. - [Release notes](https://github.com/apache/arrow/releases) - [Commits](apache/arrow@go/v15.0.0...apache-arrow-23.0.1) --- updated-dependencies: - dependency-name: pyarrow dependency-version: 23.0.1 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 766db94 commit fec9e14

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
@@ -24,7 +24,7 @@ classifiers = [
2424

2525
dependencies = [
2626
"pandas >=2.1,<3",
27-
"pyarrow >=15,<20",
27+
"pyarrow >=15,<24",
2828
"openpyxl >=3.1,<4",
2929
"xlrd >=2.0,<3",
3030
"dbfread >=2.0,<3",

0 commit comments

Comments
 (0)