Skip to content

Commit

Permalink
align deps a bit better, add gdal>=3.6.4 to be visible in deps
Browse files Browse the repository at this point in the history
  • Loading branch information
sevcikp committed Jul 24, 2024
1 parent e4e2974 commit b161134
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ dependencies = [
"distributed",
"fiona>=1.8.13.post1",
"fsspec",
"gdal>=3.6.4",
"importlib-metadata",
"importlib-resources",
"numpy>=1.16",
Expand Down Expand Up @@ -79,6 +80,7 @@ profiling = [
]
s3 = [
"aiobotocore>=1.1.2",
"aioitertools>=0.7.0",
"boto3>=1.14.44",
"fsspec[s3]",
"s3fs!=2023.9.0",
Expand Down
2 changes: 2 additions & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
aiobotocore>=1.1.2
aiohttp
aioitertools>=0.7.0
boto3>=1.14.44
cachetools
click-plugins
Expand All @@ -14,6 +15,7 @@ fsspec
fsspec[http,s3]>=2023.12.0
fsspec[http]
fsspec[s3]
gdal>=3.6.4
importlib-metadata
importlib-resources
lxml
Expand Down

0 comments on commit b161134

Please sign in to comment.