From aaf12368df6ac640112505d52cb50fb6053090fa Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 18 Mar 2024 09:35:50 +0000 Subject: [PATCH] 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](https://github.com/apache/arrow/compare/go/v10.0.0...go/v15.0.1) --- updated-dependencies: - dependency-name: pyarrow dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- setup.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.cfg b/setup.cfg index 1f1e36b1..068d5374 100644 --- a/setup.cfg +++ b/setup.cfg @@ -24,7 +24,7 @@ install_requires = numpy >=1.21,<2 owslib >=0.27,<0.30 pillow >=9.0,<10 - pyarrow >=10.0,<14 + pyarrow >=10.0,<16 python-dotenv >=0.19,<1.1 rasterio >=1.3,<2 requests >= 2.26,<3