py-torchgeo: tiff support required (#31447)
This commit is contained in:
parent
d393260a11
commit
9c437e2a10
1 changed files with 2 additions and 2 deletions
|
@ -40,8 +40,8 @@ class PyTorchgeo(PythonPackage):
|
|||
depends_on('py-matplotlib', type=('build', 'run'))
|
||||
depends_on('py-numpy', type=('build', 'run'))
|
||||
depends_on('py-omegaconf@2.1:', type=('build', 'run'))
|
||||
depends_on('pil@2.9:', when='@0.3:', type=('build', 'run'))
|
||||
depends_on('pil@2.9:9', when='@:0.2', type=('build', 'run'))
|
||||
depends_on('pil@2.9:+zlib+jpeg+tiff', when='@0.3:', type=('build', 'run'))
|
||||
depends_on('pil@2.9:9+zlib+jpeg+tiff', when='@:0.2', type=('build', 'run'))
|
||||
depends_on('py-pyproj@2.2:', type=('build', 'run'))
|
||||
depends_on('py-pytorch-lightning@1.3:', type=('build', 'run'))
|
||||
depends_on('py-rasterio@1.0.16:', type=('build', 'run'))
|
||||
|
|
Loading…
Reference in a new issue