Skip to content

Commit cae3ef7

Browse files
Update pyarrow requirement from <18,>=17.0 to >=17.0,<21
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-20.0.0) --- updated-dependencies: - dependency-name: pyarrow dependency-version: 20.0.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 89c260a commit cae3ef7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ install_requires =
2424
numpy >=1.21,<2.1
2525
owslib >=0.27,<0.32
2626
pillow >=10.0,<12
27-
pyarrow >=17.0,<18
27+
pyarrow >=17.0,<21
2828
python-dotenv >=0.19,<1.1
2929
rasterio >=1.3,<2
3030
requests >= 2.26,<3

0 commit comments

Comments
 (0)