Skip to content

Commit

Permalink
Downgraded GDAL bindings from the bleeding edge for Ubuntu installation
Browse files Browse the repository at this point in the history
  • Loading branch information
davenquinn committed Jan 7, 2025
1 parent a7c9cad commit ee5b8a0
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 3 deletions.
1 change: 1 addition & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ format:

test:
poetry run pytest -s -x cli/tests
poetry run pytest -s -x map-integration

test-warnings:
poetry run pytest cli/tests -W error
2 changes: 1 addition & 1 deletion cli/poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion map-integration/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ python-dotenv = "^1"
python-magic = "^0.4.27"
pyyaml = "^6.0"
shapely = "^2.0.1"
GDAL = "^3.10.0"
GDAL = "^3.8.5,<3.9.0"

"macrostrat.core" = { path = "../core", develop = true }

Expand Down
2 changes: 1 addition & 1 deletion poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit ee5b8a0

Please sign in to comment.