зеркало из https://github.com/microsoft/torchgeo.git
TorchGeo is not yet compatible with rasterio 1.4 (#2327)
This commit is contained in:
Родитель
b2f9936d7a
Коммит
0dbc0f1b93
|
@ -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
|
||||
|
|
Загрузка…
Ссылка в новой задаче