Skip to content

Commit

Permalink
Update pyarrow requirement from ~=18.0 to ~=19.0
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@apache-arrow-18.0.0...apache-arrow-19.0.0)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jan 20, 2025
1 parent 30a819c commit 8d7f0c5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ dependencies = [
"optuna~=4.0",
"optuna-integration~=4.0",
"pandas~=2.0",
"pyarrow~=18.0",
"pyarrow~=19.0",
"pydantic[email]~=2.5",
"pypdf~=5.0",
"pyterrier-dr @ git+https://github.com/terrierteam/pyterrier_dr.git@123a5d0e76824b275bad910f76547b811baebebb",
Expand Down

0 comments on commit 8d7f0c5

Please sign in to comment.