py-torchgeo: tiff support required (#31447)

This commit is contained in:
Adam J. Stewart 2022-07-07 07:30:18 -07:00 committed by GitHub
parent d393260a11
commit 9c437e2a10
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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