Skip to content

Commit

Permalink
Merge pull request #254 from johntruckenbrodt/bugfix/geoalchemy2_version
Browse files Browse the repository at this point in the history
new dependency limitation geoalchemy2<0.14.0
  • Loading branch information
johntruckenbrodt authored Aug 21, 2023
2 parents 4b2ca2c + 3a5b254 commit 27d366d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion environment-dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ dependencies:
- psycopg2
- sqlalchemy>=1.4,<2.0
- sqlalchemy-utils>=0.37
- geoalchemy2
- geoalchemy2<0.14.0
- gdal>=2.4
- pillow
- lxml
Expand Down
2 changes: 1 addition & 1 deletion environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ dependencies:
- psycopg2
- sqlalchemy>=1.4,<2.0
- sqlalchemy-utils>=0.37
- geoalchemy2
- geoalchemy2<0.14.0
- gdal>=2.4
- pillow
- lxml
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ requests
psycopg2
SQLAlchemy>=1.4,<2.0
SQLAlchemy-Utils>=0.37
GeoAlchemy2
GeoAlchemy2<0.14.0
Pillow
lxml
packaging

0 comments on commit 27d366d

Please sign in to comment.