Skip to content

Commit d72ffd9

Browse files
Update pyarrow requirement from <21,>=17.0 to >=17.0,<22
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/v17.0.0...apache-arrow-21.0.0) --- updated-dependencies: - dependency-name: pyarrow dependency-version: 21.0.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 0bd83d9 commit d72ffd9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ dependencies = [
2222
"numpy >=1.21,<2.4",
2323
"owslib >=0.27,<0.35",
2424
"pillow >=10.0,<12",
25-
"pyarrow >=17.0,<21",
25+
"pyarrow >=17.0,<22",
2626
"python-dotenv >=0.19,<1.2",
2727
"rasterio >=1.3,<2",
2828
"requests >= 2.26,<3",

0 commit comments

Comments
 (0)