Skip to content

Commit

Permalink
Merge pull request #317 from johntruckenbrodt/bugfix/gdal_postgresql
Browse files Browse the repository at this point in the history
temporarily limit GDAL to <3.9
  • Loading branch information
johntruckenbrodt committed Jul 23, 2024
2 parents a044cf1 + e4833b6 commit 5f0a555
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion environment-dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ dependencies:
- sqlalchemy>=1.4,<2.0
- sqlalchemy-utils>=0.37
- geoalchemy2<0.14.0
- gdal>=2.4
- gdal>=2.4,<3.9
- pillow
- lxml
- packaging
Expand Down
2 changes: 1 addition & 1 deletion environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ dependencies:
- sqlalchemy>=1.4,<2.0
- sqlalchemy-utils>=0.37
- geoalchemy2<0.14.0
- gdal>=2.4
- gdal>=2.4,<3.9 # https://github.com/OSGeo/gdal/issues/10470
- pillow
- lxml
- packaging
Expand Down

0 comments on commit 5f0a555

Please sign in to comment.