Skip to content

Commit aaf1236

Browse files
Update pyarrow requirement from <13,>=10.0 to >=10.0,<16
Updates the requirements on [pyarrow](https://github.com/apache/arrow) to permit the latest version. - [Commits](apache/arrow@go/v10.0.0...go/v15.0.1) --- updated-dependencies: - dependency-name: pyarrow dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 3651d00 commit aaf1236

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
2525
owslib >=0.27,<0.30
2626
pillow >=9.0,<10
27-
pyarrow >=10.0,<14
27+
pyarrow >=10.0,<16
2828
python-dotenv >=0.19,<1.1
2929
rasterio >=1.3,<2
3030
requests >= 2.26,<3

0 commit comments

Comments
 (0)