Skip to content

Commit

Permalink
Update pyarrow requirement from <16 to <19
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-0.1.0...apache-arrow-18.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 Nov 4, 2024
1 parent 87525ed commit a9eb159
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 @@ -24,7 +24,7 @@ dependencies = [
"packaging", # compare versions of hydromt
"pandas", # Dataframes
"pooch", # data fetching
"pyarrow<16", # prevents incompat with pandas.
"pyarrow<19", # prevents incompat with pandas.
"pydantic~=2.4", # Validation
"pydantic-settings~=2.2", # Settings Management
"pyflwdir>=0.5.4", # Hight models and derivatives
Expand Down

0 comments on commit a9eb159

Please sign in to comment.