Skip to content

Commit

Permalink
Fix GDAL version to at least 3.8.5
Browse files Browse the repository at this point in the history
  • Loading branch information
markus-kunze committed Nov 11, 2024
1 parent 7ab5ef2 commit 3eb8ad2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ dependencies = [
"pandas",
"pyarrow",
"duckdb",
"GDAL",
"GDAL>=3.8.5",
"webcolors",
"bs4"
]
Expand Down

0 comments on commit 3eb8ad2

Please sign in to comment.