rtree 0.5.0+ needed for 3D index support

This commit is contained in:
Adam J. Stewart 2021-07-12 09:42:19 -05:00
Родитель a1fb27ed79
Коммит 1c22132583
4 изменённых файлов: 4 добавлений и 0 удалений

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

@ -25,3 +25,4 @@ dependencies:
- pytorch-sphinx-theme
- radiant-mlhub>=0.2.1
- rarfile
- rtree>=0.5.0

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

@ -13,6 +13,7 @@ pytorch-sphinx-theme
radiant-mlhub>=0.2.1
rarfile
rasterio
rtree>=0.5.0
setuptools>=42
shapely>=1.2.9
sphinx

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

@ -29,6 +29,7 @@ install_requires =
numpy
pillow
rasterio
rtree>=0.5.0
shapely>=1.2.9
torch>=1.7
torchvision!=0.10.0

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

@ -16,6 +16,7 @@ spack:
- "py-radiant-mlhub@0.2.1:"
- py-rarfile
- py-rasterio
- "py-rtree@0.5.0:"
- "py-setuptools@42:"
- "py-shapely@1.2.9:"
- py-sphinx