Skip to content

Commit

Permalink
deps: enforce rasterio >=1.4.2 min pin
Browse files Browse the repository at this point in the history
  • Loading branch information
bjlittle committed Oct 31, 2024
1 parent a608053 commit ddbdef5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion requirements/geovista.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ dependencies:
- fastparquet
- h3-py >=4.1
- pandas
- rasterio >=1.3
- rasterio >=1.4.2

# documentation dependencies (optional)
- ipykernel
Expand Down
2 changes: 1 addition & 1 deletion requirements/pypi-optional-exam.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
fastparquet
h3 >=4.1
pandas
rasterio >=1.3
rasterio >=1.4.2

0 comments on commit ddbdef5

Please sign in to comment.