Skip to content

Commit 4c21e39

Browse files
authored
Merge pull request #158 from GeoscienceAustralia/fix_rasterio
Pin lower rasterio to fix possible data access issue
2 parents 9d3512a + 7bbe96b commit 4c21e39

2 files changed

Lines changed: 81 additions & 288 deletions

File tree

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ dependencies = [
5151
"pandas>=2.2.3",
5252
"pyogrio>=0.10.0",
5353
"pytz>=2024.1",
54-
"rasterio>=1.4.1",
54+
"rasterio>=1.4.1,<1.4.4",
5555
"s3fs>=2024.9.0",
5656
"seaborn>=0.13.2",
5757
"scikit-image>=0.24.0",

0 commit comments

Comments
 (0)