Skip to content

Commit

Permalink
chore(deps): update pyarrow requirement in /bindings/python (#36)
Browse files Browse the repository at this point in the history
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@r-16.1.0...apache-arrow-19.0.0)

---
updated-dependencies:
- dependency-name: pyarrow
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Jan 27, 2025
1 parent 33dfbbf commit bfa5bfa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bindings/python/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ compare = [
"pytest >=8.0.0,<9.0.0",
"pytest-benchmark[histogram] >=4.0.0,<5.0.0",
"pandas >=2.0.0,<3.0.0",
"Pyarrow >=16.1.0,<19.0.0", # for pandas
"Pyarrow >=16.1.0,<20.0.0", # for pandas
"seaborn >=0.10.0,<1.0.0",
"psutil >=6.0.0,<7.0.0",
"tqdm >=4.0.0,<5.0.0",
Expand Down

0 comments on commit bfa5bfa

Please sign in to comment.