Skip to content

Commit

Permalink
fix geopandas
Browse files Browse the repository at this point in the history
  • Loading branch information
LeonLuttenberger committed Dec 18, 2023
1 parent b52bf39 commit e403484
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -63,8 +63,8 @@ openpyxl = { version = "^3.0.0", optional = true }
progressbar2 = { version = "^4.0.0", optional = true }
deltalake = { version = ">=0.6.4,<0.11.0", optional = true }
geopandas = [
{version = "^0.13.2", markers = "python_version < \"3.12\""},
{version = "^0.14.1", markers = "python_version >= \"3.12\""}
{version = "^0.13.2", markers = "python_version < \"3.12\"", optional = trur},
{version = "^0.14.1", markers = "python_version >= \"3.12\"", optional = trur}
]

# Distributed
Expand Down

0 comments on commit e403484

Please sign in to comment.