Skip to content

Commit

Permalink
TorchGeo is not yet compatible with rasterio 1.4 (#2327)
Browse files Browse the repository at this point in the history
  • Loading branch information
adamjstewart authored Sep 30, 2024
1 parent b2f9936 commit 0dbc0f1
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,9 @@ dependencies = [
# pyproj 3.3+ required for Python 3.10 wheels
"pyproj>=3.3",
# rasterio 1.3+ required for Python 3.10 wheels
"rasterio>=1.3",
# rasterio 1.4+ no longer supports merging WarpedVRT objects
# https://github.com/rasterio/rasterio/issues/3196
"rasterio>=1.3,<1.4",
# rtree 1+ required for Python 3.10 wheels
"rtree>=1",
# segmentation-models-pytorch 0.2+ required for smp.losses module
Expand Down

0 comments on commit 0dbc0f1

Please sign in to comment.