Skip to content

Commit

Permalink
Create optional dependency for gdal
Browse files Browse the repository at this point in the history
  • Loading branch information
mario-winkler committed Dec 2, 2024
1 parent 3eb8ad2 commit 2c10cd4
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -29,10 +29,7 @@ dependencies = [
"pypgstac",
"pandas",
"pyarrow",
"duckdb",
"GDAL>=3.8.5",
"webcolors",
"bs4"
"duckdb"
]

[project.optional-dependencies]
Expand All @@ -46,6 +43,11 @@ test = [
docs = [
"mkdocs"
]
oeso = [
"GDAL>=3.8.5",
"webcolors",
"bs4"
]

[project.urls]
Homepage = "https://github.com/EOEPCA/registration-library"
Expand Down

0 comments on commit 2c10cd4

Please sign in to comment.