зеркало из https://github.com/microsoft/torchgeo.git
rasterio >= 0.3 required for windowed reading support
This commit is contained in:
Родитель
0347a4e8aa
Коммит
2f440e3365
|
@ -76,7 +76,7 @@ jobs:
|
|||
python-version: ${{ matrix.python-version }}
|
||||
if: ${{ runner.os == 'Windows' }}
|
||||
- name: Install conda dependencies
|
||||
run: conda install -c conda-forge rasterio h5py
|
||||
run: conda install 'rasterio>=0.3' h5py
|
||||
if: ${{ runner.os == 'Windows' }}
|
||||
- name: Install pip dependencies
|
||||
run: |
|
||||
|
|
|
@ -12,7 +12,7 @@ dependencies:
|
|||
- setuptools>=42
|
||||
- shapely>=1.2.9
|
||||
- sphinx
|
||||
- rasterio
|
||||
- rasterio>=0.3
|
||||
- pip:
|
||||
- affine
|
||||
- black[colorama]>=21
|
||||
|
|
|
@ -13,7 +13,7 @@ pytest-cov
|
|||
pytorch-sphinx-theme
|
||||
radiant-mlhub>=0.2.1
|
||||
rarfile
|
||||
rasterio
|
||||
rasterio>=0.3
|
||||
rtree>=0.5.0
|
||||
setuptools>=42
|
||||
shapely>=1.2.9
|
||||
|
|
|
@ -29,7 +29,7 @@ install_requires =
|
|||
affine
|
||||
numpy
|
||||
pillow
|
||||
rasterio
|
||||
rasterio>=0.3
|
||||
rtree>=0.5.0
|
||||
shapely>=1.2.9
|
||||
torch>=1.7
|
||||
|
|
|
@ -16,7 +16,7 @@ spack:
|
|||
- py-pytorch-sphinx-theme
|
||||
- "py-radiant-mlhub@0.2.1:"
|
||||
- py-rarfile
|
||||
- py-rasterio
|
||||
- "py-rasterio@0.3:"
|
||||
- "py-rtree@0.5.0:"
|
||||
- "py-setuptools@42:"
|
||||
- "py-shapely@1.2.9:"
|
||||
|
|
Загрузка…
Ссылка в новой задаче