Skip to content

Commit

Permalink
temporarily limit GDAL to <3.9
Browse files Browse the repository at this point in the history
  • Loading branch information
johntruckenbrodt committed Jul 23, 2024
1 parent a044cf1 commit e4833b6
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 e4833b6

Please sign in to comment.