From b1611340acbfe5eaba6a4c6f4888f1b6f196982a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Petr=20=C5=A0ev=C4=8D=C3=ADk?= Date: Wed, 24 Jul 2024 14:38:34 +0200 Subject: [PATCH] align deps a bit better, add gdal>=3.6.4 to be visible in deps --- pyproject.toml | 2 ++ requirements.txt | 2 ++ 2 files changed, 4 insertions(+) diff --git a/pyproject.toml b/pyproject.toml index a737aac6..8d524b5f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -29,6 +29,7 @@ dependencies = [ "distributed", "fiona>=1.8.13.post1", "fsspec", + "gdal>=3.6.4", "importlib-metadata", "importlib-resources", "numpy>=1.16", @@ -79,6 +80,7 @@ profiling = [ ] s3 = [ "aiobotocore>=1.1.2", + "aioitertools>=0.7.0", "boto3>=1.14.44", "fsspec[s3]", "s3fs!=2023.9.0", diff --git a/requirements.txt b/requirements.txt index b867d694..e2454fdf 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,5 +1,6 @@ aiobotocore>=1.1.2 aiohttp +aioitertools>=0.7.0 boto3>=1.14.44 cachetools click-plugins @@ -14,6 +15,7 @@ fsspec fsspec[http,s3]>=2023.12.0 fsspec[http] fsspec[s3] +gdal>=3.6.4 importlib-metadata importlib-resources lxml