Skip to content

Commit

Permalink
Update pyarrow requirement from <19,>=7 to >=7,<20
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@go/v7.0.0...apache-arrow-19.0.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Jan 20, 2025
1 parent b3ce30d commit 6634c7e
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 @@ -25,7 +25,7 @@ dependencies = [
"numpy >= 1.18.5,< 3",
"pandas >= 1.4,< 2.3",
"pandera >= 0.20.1, < 0.23",
"pyarrow>=7, <19",
"pyarrow>=7, <20",
"rmi.etoolbox @ git+https://github.com/rmi/etoolbox.git",
]

Expand Down

0 comments on commit 6634c7e

Please sign in to comment.