TorchGeo is not yet compatible with rasterio 1.4 (#2327)

This commit is contained in:
Adam J. Stewart 2024-09-30 15:04:41 +02:00 коммит произвёл GitHub
Родитель b2f9936d7a
Коммит 0dbc0f1b93
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: B5690EEEBB952194
1 изменённых файлов: 3 добавлений и 1 удалений

Просмотреть файл

@ -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